5 AccessModifierOffset: -4
6 NamespaceIndentation: Inner
8 BreakBeforeBraces: Custom
14 SplitEmptyFunction: false
15 AfterControlStatement: true
21 AlwaysBreakTemplateDeclarations: true
22 BreakConstructorInitializersBeforeComma: true
23 ConstructorInitializerAllOnOneLineOrOnePerLine: true
24 AllowShortBlocksOnASingleLine: true
25 AllowShortFunctionsOnASingleLine: All
26 AllowShortIfStatementsOnASingleLine: true
27 AllowShortLoopsOnASingleLine: true
29 PointerAlignment: Left
30 AlignConsecutiveAssignments: false
31 AlignTrailingComments: true
33 SpaceAfterCStyleCast: true
34 CommentPragmas: '^ NO-FORMAT:'