BasedOnStyle: llvm
IndentWidth: 4

AlignAfterOpenBracket: BlockIndent
BinPackParameters: OnePerLine
BreakBeforeBraces: Custom
BraceWrapping:
  AfterFunction: true
PointerAlignment: Left
