about summary refs log tree commit diff stats
path: root/.clang-format
blob: 1585e7983e4fd356e643aabe059e1971cfc625be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false

AlwaysBreakAfterReturnType: All
AlignAfterOpenBracket: DontAlign
ContinuationIndentWidth: 16
SortIncludes: false