3 AlignAfterOpenBracket: Align
4 AlignConsecutiveAssignments: 'true'
5 AlignConsecutiveDeclarations: 'true'
7 AllowAllParametersOfDeclarationOnNextLine: 'false'
8 AlwaysBreakAfterDefinitionReturnType: None
9 AlwaysBreakAfterReturnType: None
10 AlwaysBreakBeforeMultilineStrings: 'false'
11 BinPackArguments: 'true'
12 BinPackParameters: 'true'
14 IndentCaseLabels: 'true'
15 IndentPPDirectives: AfterHash
17 MaxEmptyLinesToKeep: '1'
18 PointerAlignment: Right
20 SpaceBeforeAssignmentOperators: 'true'
21 SpaceBeforeParens: ControlStatements
22 SpaceInEmptyParentheses: 'false'