SortIncludes: 'false' BasedOnStyle: Mozilla AlignAfterOpenBracket: 'true' AlignConsecutiveAssignments: 'true' AlignConsecutiveDeclarations: 'true' AlignOperands: 'true' AlignEscapedNewlinesLeft: 'true' AlignOperands: 'true' AlignTrailingComments: 'true' ReflowComments: 'true' AllowAllParametersOfDeclarationOnNextLine: 'false' AllowShortBlocksOnASingleLine: 'false' AllowShortCaseLabelsOnASingleLine: 'false' AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: 'false' AllowShortLoopsOnASingleLine: 'false' AlwaysBreakBeforeMultilineStrings: 'true' BinPackArguments: 'true' BinPackParameters: 'true' BreakBeforeBraces: Allman BreakBeforeBinaryOperators: NonAssignment BreakBeforeTernaryOperators: 'true' BreakConstructorInitializersBeforeComma: 'false' ColumnLimit: '80' ContinuationIndentWidth: '2' DerivePointerAlignment: 'false' IndentCaseLabels: 'true' IndentWidth: '2' KeepEmptyLinesAtTheStartOfBlocks: 'true' Language: Cpp MaxEmptyLinesToKeep: '1' PointerAlignment: Middle SpaceAfterCStyleCast: 'false' SpaceBeforeAssignmentOperators: 'true' SpaceBeforeParens: Never SpaceBeforeParens: ControlStatements SpaceInEmptyParentheses: 'false' SpacesBeforeTrailingComments: '1' SpacesInCStyleCastParentheses: 'false' SpacesInParentheses: 'false' SpacesInSquareBrackets: 'false' TabWidth: '2' UseTab: Never