commits
tags
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: 96
SortIncludes: false
SpaceBeforeParens: ControlStatements
IndentCaseLabels: true