| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 | #AccessModifierOffset: 2AlignAfterOpenBracket: AlignAlignConsecutiveAssignments: false#AlignConsecutiveBitFields: falseAlignConsecutiveDeclarations: falseAlignConsecutiveMacros: falseAlignEscapedNewlines: Right#AlignOperands: AlignAfterOperatorAlignTrailingComments: trueAllowAllArgumentsOnNextLine: falseAllowAllConstructorInitializersOnNextLine: falseAllowAllParametersOfDeclarationOnNextLine: falseAllowShortBlocksOnASingleLine: EmptyAllowShortCaseLabelsOnASingleLine: false#AllowShortEnumsOnASingleLine: trueAllowShortFunctionsOnASingleLine: EmptyAllowShortIfStatementsOnASingleLine: NeverAllowShortLambdasOnASingleLine: EmptyAllowShortLoopsOnASingleLine: falseAlwaysBreakAfterReturnType: NoneAlwaysBreakBeforeMultilineStrings: falseAlwaysBreakTemplateDeclarations: YesBinPackArguments: falseBinPackParameters: false#BitFieldColonSpacing: BothBreakBeforeBraces: Custom # or AllmanBraceWrapping:  AfterCaseLabel: true  AfterClass: true  AfterControlStatement: Always  AfterEnum: true  AfterFunction: true  AfterNamespace: false  AfterStruct: true  AfterUnion: true  AfterExternBlock: false  BeforeCatch: true  BeforeElse: true  #BeforeLambdaBody: false  #BeforeWhile: false  SplitEmptyFunction: false  SplitEmptyRecord: false  SplitEmptyNamespace: falseBreakBeforeTernaryOperators: trueBreakConstructorInitializers: BeforeCommaBreakStringLiterals: falseColumnLimit: 0CompactNamespaces: falseConstructorInitializerIndentWidth: 2Cpp11BracedListStyle: truePointerAlignment: LeftFixNamespaceComments: trueIncludeBlocks: Preserve#IndentCaseBlocks: falseIndentCaseLabels: trueIndentGotoLabels: falseIndentPPDirectives: BeforeHashIndentWidth: 4KeepEmptyLinesAtTheStartOfBlocks: falseMaxEmptyLinesToKeep: 1NamespaceIndentation: NoneReflowComments: falseSortIncludes: trueSortUsingDeclarations: trueSpaceAfterCStyleCast: falseSpaceAfterLogicalNot: falseSpaceAfterTemplateKeyword: falseSpaceBeforeAssignmentOperators: trueSpaceBeforeCpp11BracedList: falseSpaceBeforeParens: ControlStatementsSpaceBeforeRangeBasedForLoopColon: trueSpaceBeforeSquareBrackets: falseSpaceInEmptyBlock: falseSpaceInEmptyParentheses: falseSpacesBeforeTrailingComments: 2SpacesInAngles: falseSpacesInCStyleCastParentheses: falseSpacesInConditionalStatement: falseSpacesInContainerLiterals: falseSpacesInParentheses: falseSpacesInSquareBrackets: falseStandard: c++11TabWidth: 4UseTab: Never
 |