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