1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
---
AlignAfterOpenBracket: true
AlignConsecutiveMacros: true
AlignEscapedNewlines: Left
AllowShortIfStatementsOnASingleLine: false
AlwaysBreakAfterReturnType: AllDefinitions
BasedOnStyle: llvm
BreakBeforeBraces: Linux
ColumnLimit: 80
ContinuationIndentWidth: 8
IndentCaseLabels: false
IndentWidth: 8
ReflowComments: true
SortIncludes: true
SpaceAfterCStyleCast: true
UseTab: ForContinuationAndIndentation
---