BasedOnStyle: LLVM
IndentWidth: 8

Language: Cpp
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
UseTab: Never
AlignConsecutiveMacros: true
AlignTrailingComments: true
AlignConsecutiveMacros: true
AlwaysBreakAfterReturnType: AllDefinitions
SortIncludes: false
BreakBeforeInheritanceComma: true
AllowAllParametersOfDeclarationOnNextLine: false
BinPackParameters: false
BinPackArguments: true
ReflowComments: true
SpaceAfterCStyleCast: false
IncludeBlocks: Regroup
SortIncludes: true
ColumnLimit: 80
