blob: 03af56d64062adc4fa4fd6e81cdb5b204234beeb [file] [log] [blame]
Siarhei Vishniakoua3117ca2019-12-09 16:08:46 -08001BasedOnStyle: Google
2
3AccessModifierOffset: -4
4AlignOperands: false
5AllowShortFunctionsOnASingleLine: Inline
6AlwaysBreakBeforeMultilineStrings: false
7ColumnLimit: 100
8CommentPragmas: NOLINT:.*
9ConstructorInitializerIndentWidth: 6
10ContinuationIndentWidth: 8
11IndentWidth: 4
12PenaltyBreakBeforeFirstCallParameter: 100000
13SpacesBeforeTrailingComments: 1