1BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: Inline
4
5ColumnLimit: 100
6CommentPragmas: NOLINT:.*
7DerivePointerAlignment: false
8IndentWidth: 4
9ContinuationIndentWidth: 8
10ConstructorInitializerIndentWidth: 8
11AccessModifierOffset: -2
12PointerAlignment: Left
13TabWidth: 4
14UseTab: Never
15PenaltyExcessCharacter: 32
16