r2axz / bluepill-serial-monster

USB to 3 Port Serial (UART) adapter firmware for STM32 Blue Pill.
MIT License
329 stars 78 forks source link

Remove the existing clang format #39

Closed r2axz closed 3 years ago

r2axz commented 3 years ago

.clang-format is not currently used by this project. What's worse, it does not match the existing coding style, which confuses those who try to use it. I believe it should be removed for now and possibly re-introduced later, when I figure out how to make the one that matches my coding style.