blob: 03af56d64062adc4fa4fd6e81cdb5b204234beeb [file] [log] [blame]
Chris Ye6830a602020-04-07 19:33:54 -07001BasedOnStyle: Google
2
3AccessModifierOffset: -4
4AlignOperands: false
5AllowShortFunctionsOnASingleLine: Inline
6AlwaysBreakBeforeMultilineStrings: false
7ColumnLimit: 100
8CommentPragmas: NOLINT:.*
9ConstructorInitializerIndentWidth: 6
10ContinuationIndentWidth: 8
11IndentWidth: 4
12PenaltyBreakBeforeFirstCallParameter: 100000
13SpacesBeforeTrailingComments: 1