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