aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 4aec119c6d1583635cca08937f875df4cf92e65f (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
25
UseTab: true
IndentWidth: 4
TabWidth:    4
ConstructorInitializerIndentWidth: 4
AccessModifierOffset: -4
IndentCaseLabels: false
IndentFunctionDeclarationAfterType: false
NamespaceIndentation: None

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

Standard: Cpp11
Cpp11BracedListStyle: true

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

AlignTrailingComments: true
SpacesBeforeTrailingComments: 1