pinterest / ktlint

An anti-bikeshedding Kotlin linter with built-in formatter
https://pinterest.github.io/ktlint/
MIT License
6.07k stars 504 forks source link

Do not indent string template starting at first position of line #2553

Closed paul-dingemans closed 4 months ago

paul-dingemans commented 4 months ago

Description

Do not indent string template starting at first position of line

Also, the indent rule should not change unexpected indentation characters inside a string template but leave this up to the string-template-indent rule. As a result the indent rule could be a bit simplified.

Closes #2530

Checklist

Before submitting the PR, please check following (checks which are not relevant may be ignored):

Documentation is updated. See difference between snapshot and release documentation

paul-dingemans commented 4 months ago

Closes #2530