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