ForNeVeR / malco

Malco programming language
MIT License
4 stars 1 forks source link

Add clang-format configuration #9

Open ForNeVeR opened 7 years ago

ForNeVeR commented 7 years ago

clang-format is a common method to define formatting standard for C++ sources. It is supported by Visual Studio, VSCode, KDevelop etc.

We should add a clang-format file, configure the formatting according to our standards, and then reformat all the sources.

ForNeVeR commented 7 years ago

Also take a look at uncrustify.