Language:  Cpp
BasedOnStyle:  LLVM
BreakBeforeBraces:  Custom
ConstructorInitializerIndentWidth:  0
IndentWidth: 4
ContinuationIndentWidth: 4
AccessModifierOffset: -4
AlwaysBreakTemplateDeclarations:  true
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
FixNamespaceComments: false
Standard: Cpp11
ColumnLimit: 100
AllowAllParametersOfDeclarationOnNextLine: true
AlignEscapedNewlines: Right
AlignAfterOpenBracket: Align
SortUsingDeclarations: false
BraceWrapping:
  AfterClass: true
  AfterControlStatement: true
  AfterEnum: true
  AfterExternBlock: false
  AfterFunction: true
  AfterNamespace: true
  AfterStruct: true
  AfterUnion: true
  BeforeCatch: true
  BeforeElse: true
  SplitEmptyFunction: true
  SplitEmptyRecord: true
  SplitEmptyNamespace: false
