aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 167a8fa7ba8b0059d300e1c4f22f79df9feeebf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
UseTab: true
IndentWidth: 4
TabWidth:    4
ConstructorInitializerIndentWidth: 4
AccessModifierOffset: -4
IndentCaseLabels: false
IndentFunctionDeclarationAfterType: false
NamespaceIndentation: None

BreakBeforeBraces: Allman
AllowShortIfStatementsOnASingleLine: false
ColumnLimit: 96
MaxEmptyLinesToKeep: 1

Standard: Cpp11
Cpp11BracedListStyle: true

SpacesInParentheses: false
SpaceInEmptyParentheses: false
SpacesInCStyleCastParentheses: false
SpaceAfterControlStatementKeyword: true

AlignTrailingComments: true
SpacesBeforeTrailingComments: 1