hampusborgos / rme

Remere's Map Editor
Other
294 stars 222 forks source link

add clang-format linter #427

Closed omarcopires closed 1 year ago

omarcopires commented 1 year ago

clang-format is a powerful and efficient tool for standardizing code formatting in programming projects. By adopting clang-format, developers can ensure consistency in the aesthetics of the code, making it easier to read and maintain. This promotes a uniform coding style, reduces debates about formatting within teams, and allows developers to focus more on the logical content of the code rather than formatting issues. Additionally, clang-format automates the process of applying styles, saving time and minimizing human errors associated with manual formatting. In summary, the use of clang-format provides effective management of code aesthetics, fostering good development practices and team collaboration.