﻿---
AccessModifierOffset : '-4' 
AlignAfterOpenBracket: Align 
AlignConsecutiveMacros : 'true' 
AlignConsecutiveAssignments: 'false' 
AlignConsecutiveDeclarations : 'false' 
AlignEscapedNewlines: Left 
AlignOperands : 'Align' 
AlignTrailingComments: 'false' 
AllowAllArgumentsOnNextLine: 'true' 
AllowAllConstructorInitializersOnNextLine: 'true' 
AllowAllParametersOfDeclarationOnNextLine: 'true' 
AllowShortBlocksOnASingleLine: 'false' 
AllowShortCaseLabelsOnASingleLine: 'true' 
AllowShortFunctionsOnASingleLine: None 
AllowShortIfStatementsOnASingleLine: Never 
AllowShortLambdasOnASingleLine : 'Inline' 
AllowShortLoopsOnASingleLine: 'false' 
AlwaysBreakAfterDefinitionReturnType: None 
AlwaysBreakAfterReturnType : None 
AlwaysBreakBeforeMultilineStrings: 'false' 
AlwaysBreakTemplateDeclarations : 'Yes' 
BinPackArguments: 'true' 
BinPackParameters : 'false' 
BreakAfterJavaFieldAnnotations: 'true' 
BreakBeforeBinaryOperators : None 
BreakBeforeBraces: Allman
BreakBeforeTernaryOperators : 'false' 
BreakConstructorInitializers: AfterColon 
BreakInheritanceList : AfterColon 
BreakStringLiterals: 'true'
CommentPragmas: '\/\*\*'
CompactNamespaces: 'false' 
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true' 
ConstructorInitializerIndentWidth : '4' 
ContinuationIndentWidth: '4' 
Cpp11BracedListStyle : 'true' 
DerivePointerAlignment: 'false' 
DisableFormat : 'false' 
ExperimentalAutoDetectBinPacking: 'false' 
FixNamespaceComments : 'true' 
IncludeBlocks: Preserve 
IndentCaseLabels : 'true' 
IndentPPDirectives: BeforeHash 
IndentWidth : '4' 
IndentWrappedFunctionNames: 'true' 
KeepEmptyLinesAtTheStartOfBlocks : 'false' 
Language: Cpp 
ColumnLimit : 120
MaxEmptyLinesToKeep : '1' 
NamespaceIndentation : All 
PointerAlignment: Left 
ReflowComments : 'true' 
SortIncludes : 'false' 
SortUsingDeclarations: 'false' 
SpaceAfterCStyleCast : 'true' 
SpaceAfterLogicalNot: 'false' 
SpaceAfterTemplateKeyword : 'false' 
SpaceBeforeAssignmentOperators: 'true' 
SpaceBeforeCpp11BracedList : 'false' 
SpaceBeforeCtorInitializerColon: 'false' 
SpaceBeforeInheritanceColon : 'true' 
SpaceBeforeParens: ControlStatements 
SpaceBeforeRangeBasedForLoopColon : 'true' 
SpaceInEmptyParentheses: 'false' 
SpacesBeforeTrailingComments : '1' 
SpacesInAngles: 'false' 
SpacesInCStyleCastParentheses : 'false' 
SpacesInContainerLiterals: 'false' 
SpacesInParentheses : 'false' 
SpacesInSquareBrackets: 'false' 
Standard : Cpp11 
TabWidth : '4' 
UseTab : Never
...
