Break dependency between string-template-indent
and multiline-expression-wrapping
#2504
Milestone
string-template-indent
and multiline-expression-wrapping
#2504
Currently the
string-template-indent
depends on themultiline-expression-wrapping
to wrap the opening quotes of a multiline raw string literal in cases like below:Although it is convenient from a technical perspective to rely on
multiline-expression-wrapping
to wrap the quotes, it forces the users to accept wrapping of all other multiline expressions as well.As the wrapping logic for the opening quotes is not to complicated, it should be duplicated into the
string-template-indent
rule.Originally posted by @paul-dingemans in #2338 (comment)
The text was updated successfully, but these errors were encountered: