BasedOnStyle: LLVM IndentWidth: 8 TabWidth: 8 UseTab: Always ColumnLimit: 80 BreakBeforeBraces: Custom BraceWrapping: AfterFunction: true AfterControlStatement: false AfterEnum: false AfterStruct: false AfterUnion: false BeforeElse: false AlwaysBreakAfterDefinitionReturnType: All SpaceBeforeParens: ControlStatements PointerAlignment: Right