---
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
AlignTrailingComments: true
AllowShortFunctionsOnASingleLine: Empty
AlignAfterOpenBracket: Align
BinPackArguments: false
BinPackParameters: false
PenaltyReturnTypeOnItsOwnLine: 100
ReflowComments: false
AllowShortIfStatementsOnASingleLine: WithoutElse
# AlignArrayOfStructures: Left
SpaceAfterCStyleCast: true
---
