-
Notifications
You must be signed in to change notification settings - Fork 60
Revisit Issue #10 > "Remove Trailing Whitespace" should not be on by default #43
Comments
See Issue #8. That sounds like your real issue. |
I see - editorconfig support for trailing whitespace does sound ideal in general, but I personally prefer that this plugin be left "on" by default and just do it properly. I may try to hack out a PR this weekend. It's a pretty upsetting problem. Just gotta actually put the time in to do it right.. |
See sindresorhus/atom-editorconfig#3 with regards to editorconfig
...add this to your config.cson if you don't want to do that:
Lastly, if you want #10 to be reopened, then go comment there... making duplicate issues isn't the way to go. |
Let's keep the discussion over at #10 for now, regardless if it's closed. |
Since the issue has been closed, a lot of people have asked you to reconsider. Personally, i think that this issue has been closed too early.
Yes, trailing whitespace is not per se neccessary, but making changes to code just to conform to coding style is unneccessary, too. And in some cases (mentioned in #10 as well), this change can be destructive.
You're trying to prevent churn, and i get that. But you're creating churn with this, yourselves.
Then, there's people who don't use atom (gosh i know). I don't want to clean up other people's white space after them. Most certainly not incidentally.
The text was updated successfully, but these errors were encountered: