--- AlignAfterOpenBracket: Align AlignConsecutiveAssignments: 'false' AlignConsecutiveDeclarations: 'false' AlignEscapedNewlines: Left AlignTrailingComments: 'true' AllowAllParametersOfDeclarationOnNextLine: 'true' AllowShortBlocksOnASingleLine: 'false' AllowShortCaseLabelsOnASingleLine: 'false' AllowShortFunctionsOnASingleLine: 'false' AllowShortIfStatementsOnASingleLine: 'false' AllowShortLoopsOnASingleLine: 'false' AlwaysBreakBeforeMultilineStrings: 'true' AlwaysBreakTemplateDeclarations: 'true' BreakBeforeBinaryOperators: None BreakBeforeBraces: Linux Cpp11BracedListStyle: 'false' IncludeBlocks: Preserve IndentCaseLabels: 'false' IndentPPDirectives: AfterHash IndentWidth: '4' IndentWrappedFunctionNames: 'true' Language: Cpp MaxEmptyLinesToKeep: '2' NamespaceIndentation: Inner PointerAlignment: Left SpaceBeforeAssignmentOperators: 'true' SpaceBeforeParens: ControlStatements SpaceInEmptyParentheses: 'false' SpacesBeforeTrailingComments: '4' SpacesInCStyleCastParentheses: 'false' SpacesInContainerLiterals: 'false' SpacesInParentheses: 'false' Standard: Cpp11 TabWidth: '4' UseTab: Never ...