Fix detekt didn't match studio setup for max line length
This commit is contained in:
parent
40e486ff7e
commit
21bbad33f0
1 changed files with 4 additions and 4 deletions
|
|
@ -279,7 +279,7 @@ formatting:
|
||||||
active: false
|
active: false
|
||||||
autoCorrect: true
|
autoCorrect: true
|
||||||
indentSize: 4
|
indentSize: 4
|
||||||
maxLineLength: 120
|
maxLineLength: 140
|
||||||
ChainWrapping:
|
ChainWrapping:
|
||||||
active: true
|
active: true
|
||||||
autoCorrect: true
|
autoCorrect: true
|
||||||
|
|
@ -306,7 +306,7 @@ formatting:
|
||||||
continuationIndentSize: 4
|
continuationIndentSize: 4
|
||||||
MaximumLineLength:
|
MaximumLineLength:
|
||||||
active: true
|
active: true
|
||||||
maxLineLength: 120
|
maxLineLength: 140
|
||||||
ignoreBackTickedIdentifier: false
|
ignoreBackTickedIdentifier: false
|
||||||
ModifierOrdering:
|
ModifierOrdering:
|
||||||
active: true
|
active: true
|
||||||
|
|
@ -356,7 +356,7 @@ formatting:
|
||||||
active: true
|
active: true
|
||||||
autoCorrect: true
|
autoCorrect: true
|
||||||
indentSize: 4
|
indentSize: 4
|
||||||
maxLineLength: 120
|
maxLineLength: 140
|
||||||
SpacingAroundAngleBrackets:
|
SpacingAroundAngleBrackets:
|
||||||
active: false
|
active: false
|
||||||
autoCorrect: true
|
autoCorrect: true
|
||||||
|
|
@ -678,7 +678,7 @@ style:
|
||||||
active: false
|
active: false
|
||||||
MaxLineLength:
|
MaxLineLength:
|
||||||
active: true
|
active: true
|
||||||
maxLineLength: 120
|
maxLineLength: 140
|
||||||
excludePackageStatements: true
|
excludePackageStatements: true
|
||||||
excludeImportStatements: true
|
excludeImportStatements: true
|
||||||
excludeCommentStatements: false
|
excludeCommentStatements: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue