eldarkg / emdr1986x-std-per-lib

Milandr MCU 1986x Standard Peripherals Library. Mirror:
https://code.launchpad.net/~eldar/emdr1986x-std-per-lib/+git/emdr1986x-std-per-lib
47 stars 28 forks source link

Mixed tabs and spaces in multiple files #34

Closed Amomum closed 6 years ago

Amomum commented 6 years ago

For example, MDR32F9Qx_uart.h uses spaces only, MDR32F9Qx_adciu.h uses tabs only, MDR32F9Qx_adc.h uses both.

It's not big deal but it is unpleasant and inconsistent. I don't even know what is the correct policy for this repo since so many files are different.

I believe we should pick tabs or spaces and make it consistent.

eldarkg commented 6 years ago

@Amomum Yes, I saw that issue. But this repo periodically (rare) merged with official one and changing formating of code will lead to problems of merge.