7 SpaceBeforeParens: Never
8 BreakBeforeBraces: Custom
11 AlignAfterOpenBracket: DontAlign
12 AlignConsecutiveAssignments: None
13 AlignConsecutiveMacros: AcrossEmptyLines
14 AlignEscapedNewlines: DontAlign
15 AlignOperands: DontAlign
16 AllowAllArgumentsOnNextLine: false
17 AllowAllParametersOfDeclarationOnNextLine: false
18 AllowShortEnumsOnASingleLine: true
19 AllowShortIfStatementsOnASingleLine: WithoutElse
20 AllowShortLoopsOnASingleLine: true
21 BinPackArguments: true
22 BinPackParameters: true
23 BreakBeforeBinaryOperators: NonAssignment
24 BreakStringLiterals: true
25 SpaceInEmptyParentheses: false
26 IndentCaseLabels: false
28 PointerAlignment: Right
29 SpacesInCStyleCastParentheses: false
30 SpaceAfterCStyleCast: false
31 PenaltyBreakAssignment: 1000
32 SpaceBeforeParens: Never
33 SpaceAfterLogicalNot: false