summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 5b788188214f9f37941b2d7b01f4cc3e2aa5b027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Language:                                  Cpp
AllowShortFunctionsOnASingleLine:          None
AllowShortIfStatementsOnASingleLine:       false
BasedOnStyle:                              LLVM
BreakBeforeBraces:                         Linux
ColumnLimit:                               80
ContinuationIndentWidth:                   8
IndentCaseLabels:                          false
IndentWidth:                               8
PenaltyReturnTypeOnItsOwnLine:             1000
SortIncludes:                              false
UseTab:                                    Always