BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 100
BraceWrapping:
  AfterFunction: false
  AfterControlStatement: false
  AfterClass: false
  AfterEnum: false
  AfterStruct: false
  AfterNamespace: false
  AfterUnion: false
  BeforeCatch: false
  BeforeElse: false
  IndentBraces: false
