3 AccessModifierOffset: -4
4 AlignEscapedNewlines: Left
5 AlignTrailingComments: false
6 AllowShortBlocksOnASingleLine: Always
7 AllowShortCaseLabelsOnASingleLine: true
8 AllowShortIfStatementsOnASingleLine: AllIfsAndElse
9 AllowShortLoopsOnASingleLine: true
10 AlwaysBreakTemplateDeclarations: Yes
11 BreakBeforeBraces: Custom
12 BreakInheritanceList: BeforeComma
13 BreakConstructorInitializers: BeforeComma
22 AfterControlStatement: true
27 KeepEmptyLinesAtTheStartOfBlocks: false
28 ObjCBlockIndentWidth: 4
31 SpaceBeforeCtorInitializerColon: false
32 SpaceBeforeInheritanceColon: false
33 SpacesInContainerLiterals: false