about summary refs log tree commit diff stats
path: root/.clang-format
blob: 8af29b3c17dad32a9ef5955aeb9c0d155afd208b (plain) (blame)
1
2
3
4
5
6
7
8
IndentWidth: 4
TabWidth: 4
UseTab: Always
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AlignAfterOpenBracket: DontAlign
AllowAllParametersOfDeclarationOnNextLine: true
ConstructorInitializerAllOnOneLineOrOnePerLine: false