--- AlignConsecutiveDeclarations: 'true' AlwaysBreakAfterDefinitionReturnType: None IndentCaseLabels: 'false' IndentWidth: '8' Language: Cpp PointerAlignment: Right ReflowComments: 'true' SpaceAfterLogicalNot: 'false' SpaceAfterTemplateKeyword: 'true' SpaceBeforeAssignmentOperators: 'true' SpaceBeforeParens: ControlStatements SpaceInEmptyParentheses: 'false' SpacesInAngles: 'false' SpacesInParentheses: 'false' SpacesInSquareBrackets: 'false' Standard: Cpp11 TabWidth: '8' UseTab: ForIndentation ...