AltCraft
AltCraft copied to clipboard
Code style
The current code style is inconsistent. That should be fixed. ClangFormat? Google C++ Style? Core Guidelines?
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.