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