Closed Amomum closed 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.
@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.
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.