Microchip-MPLAB-Harmony / core

Harmony 3 Core
https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MH3_core&redirect=true
Other
15 stars 12 forks source link

Use clang format #35

Open pustekuchen91 opened 5 months ago

pustekuchen91 commented 5 months ago

Please start using clang-format to finally get your code well formated, which is generated by MCC.

A huge pain in the a** is the changing order of includes when modifing a MCC Project.

This would also resolve unnessesary linebreaks overall in the code.