pinterest / ktlint

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

Change offset of `no-trailing-spaces` to EOL instead of just before the trailing spaces #2589

Closed paul-dingemans closed 5 months ago

paul-dingemans commented 7 months ago

Trailing spaces can more easily be removed (in case one should insist on doing this manual) when the offset is the EOL.

paul-dingemans commented 5 months ago

Can not reproduce. Offset is already at EOL.