---
Language: Cpp
BasedOnStyle: LLVM
AlignArrayOfStructures: Left
AlwaysBreakAfterDefinitionReturnType: All
BinPackArguments: false
BinPackParameters: OnePerLine
BraceWrapping:
  AfterEnum: true
  AfterStruct: true
  AfterFunction: true
BreakBeforeBraces: Custom
ColumnLimit: 99
IndentWidth: 4
SpaceBeforeParens: Always
