--- BasedOnStyle: Mozilla AccessModifierOffset: '-2' AlignAfterOpenBracket: Align AlignConsecutiveAssignments: 'true' AlignConsecutiveDeclarations: 'true' AlignEscapedNewlinesLeft: 'false' AlignOperands: 'true' AlignTrailingComments: 'true' AllowAllParametersOfDeclarationOnNextLine: 'true' AllowShortBlocksOnASingleLine: Empty AllowShortCaseLabelsOnASingleLine: 'true' AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: 'false' AllowShortLoopsOnASingleLine: 'false' AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakTemplateDeclarations: 'true' BreakBeforeBinaryOperators: All BreakBeforeBraces: Allman BreakBeforeTernaryOperators: 'true' BreakConstructorInitializers: BeforeComma BreakConstructorInitializersBeforeComma: 'true' BreakStringLiterals: 'true' ColumnLimit: '80' ConstructorInitializerAllOnOneLineOrOnePerLine: 'true' ConstructorInitializerIndentWidth: '2' ContinuationIndentWidth: '2' Cpp11BracedListStyle: 'false' DerivePointerAlignment: 'false' DisableFormat: 'false' ExperimentalAutoDetectBinPacking: 'true' IncludeBlocks: Preserve IndentCaseLabels: 'false' IndentGotoLabels: 'false' IndentWidth: '2' IndentWrappedFunctionNames: 'false' JavaScriptQuotes: Single KeepEmptyLinesAtTheStartOfBlocks: 'false' Language: Cpp MaxEmptyLinesToKeep: '2' NamespaceIndentation: Inner ObjCBlockIndentWidth: '2' ObjCSpaceAfterProperty: 'false' ObjCSpaceBeforeProtocolList: 'false' PointerAlignment: Left ReflowComments: 'true' SortIncludes: 'false' SpaceAfterCStyleCast: 'true' SpaceAfterLogicalNot: 'false' SpaceBeforeAssignmentOperators: 'true' SpaceBeforeCtorInitializerColon: 'false' SpaceBeforeParens: ControlStatements SpaceInEmptyParentheses: 'false' SpacesBeforeTrailingComments: '2' SpacesInAngles: 'false' SpacesInCStyleCastParentheses: 'false' SpacesInContainerLiterals: 'false' SpacesInParentheses: 'false' SpacesInSquareBrackets: 'false' Standard: Cpp11 TabWidth: '2' UseTab: ForIndentation ...