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








                                          
                            

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

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