UseTab: false IndentWidth: 4 #AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: true ColumnLimit: 0 PointerAlignment: Left #AlignConsecutiveAssignments: AcrossEmptyLinesAndComments #AlignConsecutiveDeclarations: AcrossEmptyLinesAndComments AlignConsecutiveMacros: AcrossEmptyLinesAndComments AlignAfterOpenBracket: true BreakBeforeBraces: Custom SortIncludes: false BraceWrapping: AfterCaseLabel: true AfterClass: true AfterControlStatement: Always AfterEnum: true AfterFunction: true AfterNamespace: true AfterStruct: true AfterUnion: true AfterExternBlock: false BeforeCatch: true BeforeElse: true BeforeLambdaBody: true BeforeWhile: true SplitEmptyFunction: false SplitEmptyRecord: false SplitEmptyNamespace: false