BasedOnStyle: LLVM AccessModifierOffset: -4 AllowShortBlocksOnASingleLine: Never AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: Empty AllowShortLambdasOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false BreakBeforeBraces: Allman BreakConstructorInitializers: BeforeComma BreakInheritanceList: BeforeComma ColumnLimit: 150 IndentCaseLabels: false SortIncludes: false IndentWidth: 4 TabWidth: 4 ObjCBlockIndentWidth: 4 AlignAfterOpenBracket: DontAlign UseTab: Never PointerAlignment: Left SpaceAfterTemplateKeyword: false AlignEscapedNewlines: DontAlign AlwaysBreakTemplateDeclarations: Yes MaxEmptyLinesToKeep: 10