BasedOnStyle: LLVM IndentWidth: 4 TabWidth: 4 UseTab: Never ColumnLimit: 100 BreakBeforeBraces: Allman AllowShortIfStatementsOnASingleLine: false AllowShortFunctionsOnASingleLine: None PointerAlignment: Left SpaceBeforeParens: ControlStatements SortIncludes: true IndentCaseLabels: true AlignEscapedNewlines: Left