--- BasedOnStyle: Google AccessModifierOffset: -4 AlignAfterOpenBracket: BlockIndent AlignOperands: AlignAfterOperator AlignTrailingComments: false AllowAllArgumentsOnNextLine: false AllowAllConstructorInitializersOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false BinPackArguments: false BinPackParameters: false BreakBeforeBinaryOperators: All BreakConstructorInitializers: BeforeComma BreakInheritanceList: BeforeComma ColumnLimit: 88 DerivePointerAlignment: false IndentWidth: 4 InsertBraces: true InsertTrailingCommas: Wrapped PackConstructorInitializers: Never TabWidth: 4 UseTab: ForContinuationAndIndentation