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







                                                     
                
IndentWidth: 4
TabWidth: 4
UseTab: Always
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AlignAfterOpenBracket: DontAlign
AllowAllParametersOfDeclarationOnNextLine: true
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ColumnLimit: 120