1 AccessModifierOffset: -1
2 AlignAfterOpenBracket: Align
3 AlignConsecutiveAssignments: Consecutive
4 AlignConsecutiveDeclarations: Consecutive
5 AlignEscapedNewlines: DontAlign
6 AlignOperands: AlignAfterOperator
7 AlignTrailingComments: true
8 AllowAllParametersOfDeclarationOnNextLine: true
9 AllowShortCaseLabelsOnASingleLine: false
10 AllowShortEnumsOnASingleLine: false
11 AllowShortIfStatementsOnASingleLine: false
12 AlwaysBreakTemplateDeclarations: Yes
14 BitFieldColonSpacing: After
15 BinPackParameters: false
16 BreakBeforeBinaryOperators: NonAssignment
17 BreakBeforeBraces: Custom
21 AfterControlStatement: true
23 BreakBeforeTernaryOperators: true
24 BreakConstructorInitializers: AfterColon
25 BreakStringLiterals: false
27 ContinuationIndentWidth: 2
28 Cpp11BracedListStyle: true
29 IndentGotoLabels: false
30 IndentPPDirectives: BeforeHash
32 MaxEmptyLinesToKeep: 2
33 NamespaceIndentation: None
34 PackConstructorInitializers: Never
37 SortUsingDeclarations: false
38 SpaceAfterCStyleCast: true
39 SpaceAfterTemplateKeyword: false
40 SpaceBeforeCaseColon: true
41 SpaceBeforeCpp11BracedList: false
42 SpaceBeforeInheritanceColon: false
43 SpaceInEmptyBlock: false
44 SpacesBeforeTrailingComments: 2