libsuperderpy/README_codestyle.md
2018-11-30 04:20:35 +01:00

542 B

libsuperderpy codestyle

clang-format

See the configuration file.

clang-tidy

See the configuration file.

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 -D__codemodel__