Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 524 Bytes

README_codestyle.md

File metadata and controls

19 lines (12 loc) · 524 Bytes

libsuperderpy codestyle

clang-format

See the configuration file.

clang-tidy

See the configuration file.

Note: clang-tidy can run automatically during compilation by enabling it with -DUSE_CLANG_TIDY=ON

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__