about summary refs log blame commit diff stats
path: root/.clang-format
blob: 90414ef2901010744b44e0d93fb83869cc1fdcbf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                          
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false

AlwaysBreakAfterReturnType: TopLevel
AlignAfterOpenBracket: DontAlign
ContinuationIndentWidth: 8
SortIncludes: false

AlignTrailingComments: false