You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
348 B
13 lines
348 B
BasedOnStyle: Google
|
|
|
|
AccessModifierOffset: -4
|
|
AlignOperands: false
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
ColumnLimit: 100
|
|
CommentPragmas: NOLINT:.*
|
|
ConstructorInitializerIndentWidth: 6
|
|
ContinuationIndentWidth: 8
|
|
IndentWidth: 4
|
|
PenaltyBreakBeforeFirstCallParameter: 100000
|
|
SpacesBeforeTrailingComments: 1 |