| --- | 
 | AccessModifierOffset: 0 | 
 | AlignAfterOpenBracket: Align | 
 | AlignConsecutiveAssignments: true | 
 | AlignConsecutiveDeclarations: true | 
 | AlignEscapedNewlines: Right | 
 | AlignOperands:   true | 
 | AlignTrailingComments: true | 
 | AllowAllParametersOfDeclarationOnNextLine: false | 
 | AllowShortBlocksOnASingleLine: true | 
 | AllowShortCaseLabelsOnASingleLine: false | 
 | AllowShortFunctionsOnASingleLine: Empty | 
 | AllowShortIfStatementsOnASingleLine: false | 
 | AllowShortLoopsOnASingleLine: false | 
 | AlwaysBreakAfterReturnType: None | 
 | AlwaysBreakBeforeMultilineStrings: false | 
 | AlwaysBreakTemplateDeclarations: true | 
 | BinPackArguments: false | 
 | BinPackParameters: false | 
 | BraceWrapping: | 
 |   AfterCaseLabel: true | 
 |   AfterClass:      true | 
 |   AfterControlStatement: true | 
 |   AfterEnum:       true | 
 |   AfterFunction:   true | 
 |   AfterNamespace:  true | 
 |   AfterStruct:     true | 
 |   AfterUnion:      true | 
 |   AfterExternBlock: true | 
 |   BeforeCatch:     true | 
 |   BeforeElse:      true | 
 |   IndentBraces:    false | 
 |   SplitEmptyFunction: true | 
 |   SplitEmptyRecord: true | 
 |   SplitEmptyNamespace: true | 
 | BreakBeforeBinaryOperators: None | 
 | BreakBeforeBraces: Custom | 
 | BreakBeforeInheritanceComma: false | 
 | BreakBeforeTernaryOperators: true | 
 | BreakConstructorInitializers: BeforeColon | 
 | BreakStringLiterals: true | 
 | ColumnLimit:     80 | 
 | CompactNamespaces: true | 
 | ConstructorInitializerAllOnOneLineOrOnePerLine: true | 
 | ConstructorInitializerIndentWidth: 2 | 
 | ContinuationIndentWidth: 2 | 
 | Cpp11BracedListStyle: true | 
 | DerivePointerAlignment: false | 
 | DisableFormat:   false | 
 | ExperimentalAutoDetectBinPacking: false | 
 | FixNamespaceComments: true | 
 | ForEachMacros: | 
 | IncludeBlocks:   Preserve | 
 | IndentCaseLabels: true | 
 | IndentPPDirectives: AfterHash | 
 | IndentWidth:     4 | 
 | IndentWrappedFunctionNames: false | 
 | KeepEmptyLinesAtTheStartOfBlocks: false | 
 | MacroBlockBegin: '' | 
 | MacroBlockEnd:   '' | 
 | MaxEmptyLinesToKeep: 1 | 
 | NamespaceIndentation: All | 
 | PenaltyBreakAssignment: 2 | 
 | PenaltyBreakBeforeFirstCallParameter: 19 | 
 | PenaltyBreakComment: 300 | 
 | PenaltyBreakFirstLessLess: 120 | 
 | PenaltyBreakString: 1000 | 
 | PenaltyExcessCharacter: 1000000 | 
 | PenaltyReturnTypeOnItsOwnLine: 60 | 
 | PointerAlignment: Right | 
 | ReflowComments:  true | 
 | SortIncludes:    true | 
 | SortUsingDeclarations: true | 
 | SpaceAfterCStyleCast: false | 
 | SpaceAfterTemplateKeyword: false | 
 | SpaceBeforeAssignmentOperators: true | 
 | SpaceBeforeParens: ControlStatements | 
 | # SpaceBeforeRangeBasedForLoopColon: true | 
 | SpaceInEmptyParentheses: false | 
 | SpacesBeforeTrailingComments: 1 | 
 | SpacesInAngles:  false | 
 | SpacesInContainerLiterals: true | 
 | SpacesInCStyleCastParentheses: false | 
 | SpacesInParentheses: false | 
 | SpacesInSquareBrackets: false | 
 | Standard:        Cpp11 | 
 | TabWidth:        4 | 
 | UseTab:          ForIndentation | 
 | ... | 
 |  |