3 AlignArrayOfStructures: Left
5 AlignConsecutiveAssignments: false
6 AlignConsecutiveMacros: true
7 AlignEscapedNewlines: Left
8 AlignTrailingComments: true
9 AllowShortBlocksOnASingleLine: false
10 AllowShortCaseLabelsOnASingleLine: false
11 AllowShortEnumsOnASingleLine: false
12 AllowShortFunctionsOnASingleLine: None
13 AllowShortIfStatementsOnASingleLine: Never
14 BreakBeforeBraces: Custom
17 AfterControlStatement: false
21 AfterObjCDeclaration: true
24 AfterExternBlock: false
28 SplitEmptyFunction: true
29 SplitEmptyRecord: true
30 SplitEmptyNamespace: true
31 BinPackArguments: false
32 BinPackParameters: false
34 ConstructorInitializerAllOnOneLineOrOnePerLine: true
35 IncludeBlocks: Preserve
37 ObjCBlockIndentWidth: 4
38 PointerAlignment: Right
39 ReferenceAlignment: Right
40 SpaceAfterCStyleCast: true
41 SpaceAfterTemplateKeyword: true
42 SpaceBeforeAssignmentOperators: true
43 SpaceBeforeCtorInitializerColon: true
44 SpaceBeforeInheritanceColon: true
45 SpaceBeforeParens: ControlStatementsExceptForEachMacros
46 SpaceBeforeRangeBasedForLoopColon: true
47 SpaceInEmptyParentheses: false
48 SpacesBeforeTrailingComments: 1
50 SpacesInContainerLiterals: false
51 SpacesInCStyleCastParentheses: false
52 SpacesInParentheses: false
53 SpacesInSquareBrackets: false
54 SeparateDefinitionBlocks: Always