--- AccessModifierOffset: '-4' AlignAfterOpenBracket: Align AlignConsecutiveAssignments: 'true' AlignConsecutiveDeclarations: 'true' AlignEscapedNewlines: Left AlignOperands: 'true' AlignTrailingComments: 'true' AllowAllParametersOfDeclarationOnNextLine: 'true' AllowShortBlocksOnASingleLine: 'false' AllowShortCaseLabelsOnASingleLine: 'false' AllowShortFunctionsOnASingleLine: Inline AllowShortIfStatementsOnASingleLine: 'true' AllowShortLoopsOnASingleLine: 'true' AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: 'true' AlwaysBreakTemplateDeclarations: 'false' BinPackArguments: 'false' BinPackParameters: 'false' BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: Custom BraceWrapping: AfterClass: 'true' AfterControlStatement: 'true' AfterEnum: 'true' AfterFunction: 'true' AfterNamespace: 'true' AfterStruct: 'true' AfterUnion: 'true' AfterExternBlock: 'true' BeforeCatch: 'true' BeforeElse: 'true' SplitEmptyFunction: 'false' SplitEmptyRecord: 'false' SplitEmptyNamespace: 'false' BreakBeforeTernaryOperators: 'true' BreakConstructorInitializers: BeforeComma BreakStringLiterals: 'false' ColumnLimit: '128' CompactNamespaces: 'false' ConstructorInitializerAllOnOneLineOrOnePerLine: 'true' Cpp11BracedListStyle: 'true' FixNamespaceComments: 'true' IncludeBlocks: Regroup IndentCaseLabels: 'false' IndentPPDirectives: AfterHash IndentWidth: '4' IndentWrappedFunctionNames: 'true' KeepEmptyLinesAtTheStartOfBlocks: 'false' Language: Cpp MaxEmptyLinesToKeep: '1' PointerAlignment: Left ReflowComments: 'true' SortIncludes: 'false' SortUsingDeclarations: 'false' SpaceAfterCStyleCast: 'false' SpaceAfterTemplateKeyword: 'false' SpaceBeforeAssignmentOperators: 'true' SpaceBeforeParens: Never SpaceInEmptyParentheses: 'false' SpacesInAngles: 'false' SpacesInCStyleCastParentheses: 'false' SpacesInContainerLiterals: 'false' SpacesInParentheses: 'false' SpacesInSquareBrackets: 'false' Standard: Cpp11 TabWidth: '4' UseTab: ForIndentation ...