BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
# InsertBraces: true
SpaceAfterCStyleCast: true
BinPackParameters: true
AlignConsecutiveMacros: AcrossComments
AlignOperands: AlignAfterOperator
AllowShortFunctionsOnASingleLine: None
AllowShortEnumsOnASingleLine: false
RemoveParentheses: ReturnStatement
