Delete trailing whitespace in whole project
kiritsuku opened this issue · 3 comments
This commit contains 4262 loc change, only whitespace related: kiritsuku@ba8c68a
Do you have an interest in removing trailing whitespace from the scala-refactoring? I can't work with enabled save actions on the code base, the loc change is immense. Opening PRs on such a code base needs a lot of time if it should be ensured that the commits are not polluted with whitespace changes.
I introduced Scalastyle into the Scala IDE and it works quite well so far without all that whitespace crap. Scalastyle ensures a clean code base - if you have an interest that it watches scala-refactoring as well, I would give it a try.
Another problem are tests that rely on whitespace, it would a pleasure for me to look into that as well, update the test suites to work with trailing whitespaces if they are needed and to update the refactoring logic in so far that it doesn't introduce whitespace in blank lines.
Just an idea - if you don't like it feel free to close the issue.
I've fixed all the trailing whitespace and also the refactorings. About Scalastyle: yes please :-)
Much cleaner now. ;) I'll look into Scalastyle integration soon.
Great!