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