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
349 B
13 lines
349 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
|
|
|