Skip to content

Commit

Permalink
Ktlint: disable rule standard:multiline-expression-wrapping.
Browse files Browse the repository at this point in the history
Need to also disable rule string-template-indent as a side effect.
  • Loading branch information
bmarty committed Jan 10, 2024
1 parent dd919ad commit 3c3e85e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ ij_wrap_on_typing = false
ktlint_standard_wrapping = disabled
ktlint_standard_trailing-comma-on-call-site = disabled
ktlint_standard_trailing-comma-on-declaration-site = disabled
ktlint_standard_multiline-expression-wrapping = disabled
ktlint_standard_string-template-indent = disabled
ktlint_standard_spacing-between-declarations-with-annotations = disabled

[*.java]
Expand Down

0 comments on commit 3c3e85e

Please sign in to comment.