--- AccessModifierOffset: 0 AlignAfterOpenBracket: Align AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: false AlignEscapedNewlinesLeft: false AlignOperands: true AlignTrailingComments: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine : false AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakAfterReturnType: TopLevelDefinitions AlwaysBreakBeforeMultilineStrings: true AlwaysBreakTemplateDeclarations: true BinPackArguments: false BinPackParameters: true BreakAfterJavaFieldAnnotations: true BreakBeforeBraces: Allman BreakBeforeBinaryOperators: None BreakBeforeTernaryOperators: false BreakConstructorInitializersBeforeComma: false BreakStringLiterals: true ColumnLimit: 120 CommentPragmas: "
.*?
" ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 4 Cpp11BracedListStyle: true PointerAlignment: Right ForEachMacros: [ 'BOOST_FOREACH' ] IncludeCategories: - Regex: '^<(gtest|gmock)' Priority: 8 - Regex: '^(