| BasedOnStyle: LLVM | 
 | IndentWidth: 4 | 
 | UseTab: Never | 
 | TabWidth: 4 | 
 | BreakBeforeBraces: Allman | 
 | IndentCaseLabels: true | 
 | Language: Cpp | 
 | # Force pointers to the type for C++. | 
 | DerivePointerAlignment: false | 
 | PointerAlignment: Left | 
 | NamespaceIndentation: All | 
 | AccessModifierOffset: -4 | 
 | BreakConstructorInitializers: AfterColon | 
 | ConstructorInitializerAllOnOneLineOrOnePerLine: true | 
 | ColumnLimit: 80 | 
 | BinPackArguments: false | 
 | BinPackParameters: false | 
 | AlignAfterOpenBracket: Align | 
 | BreakBeforeBraces: Custom | 
 | SortIncludes: false | 
 | BraceWrapping: | 
 |   AfterEnum: false | 
 |   AfterClass: false | 
 |   AfterControlStatement: MultiLine | 
 |   AfterNamespace: false | 
 |   AfterFunction: false | 
 |   AfterStruct: false | 
 |   SplitEmptyFunction: false | 
 |   AfterObjCDeclaration: true | 
 |   AfterUnion: false | 
 |   AfterExternBlock: false | 
 |   BeforeCatch: false | 
 |   BeforeElse: false | 
 |   AfterCaseLabel: false |