blob: d42555c53e7553d174a750501cb2c5a5d06868d9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
BasedOnStyle: Google
AlignOperands: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: Never
AlwaysBreakBeforeMultilineStrings: false
ColumnLimit: 100
CommentPragmas: NOLINT:.*
PenaltyBreakBeforeFirstCallParameter: 100000
SpacesBeforeTrailingComments: 1
|