libsuperderpy/README_codestyle.md
2018-11-30 02:45:22 +01:00

19 lines
551 B
Markdown

# libsuperderpy codestyle
## clang-format
See [the configuration file](.clang-format).
## clang-tidy
See [the configuration file](.clang-tidy).
*Note:* clang-tidy runs automatically during compilation if found by CMake (can be disabled with `-DUSE_CLANG_TIDY=no`)
## Qt Creator's Code Model
```
-Weverything -Wno-missing-field-initializers -Wno-unused-parameter -Wno-padded -Wno-conversion
-Wno-double-promotion -Wno-bad-function-cast -Wno-pedantic -Wno-unused-macros -Wno-switch-enum
-Wno-disabled-macro-expansion -std=c11 -D__codemodel__
```