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