better CMakeLists.txt and clang-format

This commit is contained in:
Phuntsok Drak-pa
2019-04-01 16:55:41 +02:00
parent 801e74d752
commit fdb6e89310
2 changed files with 12 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ BreakConstructorInitializersBeforeComma: 'false'
ColumnLimit: '80'
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
Cpp11BracedListStyle: 'true'
IndentCaseLabels: 'true'
IndentCaseLabels: 'false'
KeepEmptyLinesAtTheStartOfBlocks: 'false'
Language: Cpp
MaxEmptyLinesToKeep: '2'