BasedOnStyle: LLVM UseTab: ForIndentation TabWidth: 4 IndentWidth: 4 BreakBeforeBraces: Custom BraceWrapping: AfterFunction: true AfterControlStatement: false AfterEnum: false AfterStruct: false AfterUnion: false BeforeElse: true IndentBraces: false AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AllowShortFunctionsOnASingleLine: None ColumnLimit: 120 SortIncludes: false SpaceBeforeParens: ControlStatements IndentCaseLabels: true