1BasedOnStyle: Google 2AllowShortBlocksOnASingleLine: false 3AllowShortFunctionsOnASingleLine: false 4 5CommentPragmas: NOLINT:.* 6DerivePointerAlignment: false 7IndentWidth: 2 8PointerAlignment: Left 9TabWidth: 2 10UseTab: Never 11PenaltyExcessCharacter: 32 12 13BinPackArguments: false 14AllowAllParametersOfDeclarationOnNextLine: false 15 16IncludeBlocks: Preserve