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