Fix detekt didn't match studio setup for max line length

This commit is contained in:
Gergely Hegedus 2022-04-14 18:08:35 +03:00
parent 40e486ff7e
commit 21bbad33f0

View file

@ -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