11 lines
288 B
YAML
11 lines
288 B
YAML
BasedOnStyle: Google
|
|
|
|
AlignOperands: false
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
ColumnLimit: 100
|
|
CommentPragmas: NOLINT:.*
|
|
PenaltyBreakBeforeFirstCallParameter: 100000
|
|
SpacesBeforeTrailingComments: 1
|