1BasedOnStyle: Google
2
3AllowShortBlocksOnASingleLine: false
4AllowShortFunctionsOnASingleLine: false
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 2
8PenaltyExcessCharacter: 32
9PointerAlignment: Right
10TabWidth: 2
11UseTab: Never
12