1BasedOnStyle: Google 2AccessModifierOffset: -2 3AllowShortFunctionsOnASingleLine: Inline 4ColumnLimit: 99 5CommentPragmas: NOLINT:.* 6DerivePointerAlignment: false 7IndentWidth: 4 8PointerAlignment: Right 9TabWidth: 4 10UseTab: Never 11PenaltyExcessCharacter: 32 12AllowShortIfStatementsOnASingleLine: false 13SpacesBeforeTrailingComments: 2 14