Add .clang-format

This commit is contained in:
Jan Niklas Hasse 2020-10-19 18:24:46 +02:00
parent f91fcd9f81
commit f6ca87a6bf
1 changed files with 12 additions and 0 deletions

12
.clang-format Normal file
View File

@ -0,0 +1,12 @@
BasedOnStyle: LLVM
ColumnLimit: 100
ConstructorInitializerIndentWidth: 0
AllowShortFunctionsOnASingleLine: None
PointerAlignment: Left
SortIncludes: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
SpaceBeforeParens: ControlStatements
SpacesInContainerLiterals: true
Cpp11BracedListStyle: false
IndentCaseLabels: true
BreakBeforeBraces: WebKit