1BasedOnStyle: Google 2 3AlignOperands: false 4AllowShortFunctionsOnASingleLine: Inline 5AllowShortIfStatementsOnASingleLine: Never 6AlwaysBreakBeforeMultilineStrings: false 7ColumnLimit: 100 8CommentPragmas: NOLINT:.* 9PenaltyBreakBeforeFirstCallParameter: 100000 10SpacesBeforeTrailingComments: 1 11