--- Language: Cpp AlignAfterOpenBracket: Align BreakBeforeBraces: Custom BraceWrapping: AfterCaseLabel: true AfterControlStatement: Never AfterEnum: false AfterFunction: true AfterStruct: false AfterUnion: false AfterExternBlock: false BeforeElse: false BeforeWhile: false IndentBraces: false SplitEmptyFunction: true ColumnLimit: 76 TabWidth: 8 UseTab: Never IndentWidth: 2 MaxEmptyLinesToKeep: 1 SpaceBeforeAssignmentOperators: true SpacesInConditionalStatement: false #clang format does not have a space after comma option. IndentCaseBlocks: true IndentCaseLabels: false AlignOperands: Align BreakBeforeBinaryOperators: All SpaceBeforeParens: ControlStatements # there is no option of making all goto labels in all capslock