186 B
186 B
Coding conventions:
- Use
clang-formaton all C and C++ sources before committing. - In
CMakeLists.txt, indent with four spaces. Tabs may be used for C++ files as per .clang-format.