AltCraft icon indicating copy to clipboard operation
AltCraft copied to clipboard

Code style

Open LaG1924 opened this issue 6 years ago • 1 comments

The current code style is inconsistent. That should be fixed. ClangFormat? Google C++ Style? Core Guidelines?

LaG1924 avatar Feb 15 '19 06:02 LaG1924

I think anything would do as long as it is consistent.

However considering that clang offers integration solutions from the get go it will be easier to stick to the style for the new contributers(since it eliminates the need to check whether your ide or some other code-style utility sticks to the choosen standart). Also clang is rather popular as it is, so it will be easy to anyone to use.

MrDullDev avatar Jan 21 '21 10:01 MrDullDev