1BasedOnStyle: Google
2
3AccessModifierOffset: -4
4AlignOperands: false
5AllowShortFunctionsOnASingleLine: Inline
6AlwaysBreakBeforeMultilineStrings: false
7BracedInitializerIndentWidth: 4
8ColumnLimit: 100
9CommentPragmas: NOLINT:.*
10ConstructorInitializerIndentWidth: 6
11ContinuationIndentWidth: 8
12IndentWidth: 4
13PenaltyBreakBeforeFirstCallParameter: 100000
14SpacesBeforeTrailingComments: 1
15IncludeBlocks: Preserve
16
17DerivePointerAlignment: false
18PointerAlignment: Left
19