4 BreakBeforeBraces: Custom
8 AfterControlStatement: false
16 FixNamespaceComments: false
17 AllowShortIfStatementsOnASingleLine: false
18 IndentCaseLabels: false
19 AccessModifierOffset: -8
21 AllowShortFunctionsOnASingleLine: InlineOnly
28 AlignAfterOpenBracket: DontAlign
29 ContinuationIndentWidth: 16
30 ConstructorInitializerIndentWidth: 16
31 BreakConstructorInitializers: AfterColon