Open ForNeVeR opened 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.
clang-format
We should add a clang-format file, configure the formatting according to our standards, and then reformat all the sources.
Also take a look at uncrustify.
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.