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

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