Coding Style - Llama-Group/Project-Llama GitHub Wiki
Coding Style
We majorly use Google coding style for all languages. Google-lint is added for checking C++ code statically.
Highlighting Styles in C++
if (...) {
...
}
Above shows the bracket style. Also, we use 4 spaces, not tab, we have script to transfer that for you, but still recommend to use 4 spaces when you coding.
Rest of them will be detected by google-lint.
Alternatively, you can view C++ Style