Zulip Chat Archive
Stream: PR reviews
Topic: trailing whitespace
Reid Barton (Oct 08 2018 at 00:03):
https://stackoverflow.com/questions/30884131/remove-trailing-spaces-automatically-or-with-a-shortcut for Scott, and other VS Code users
Reid Barton (Oct 08 2018 at 00:04):
Otherwise other people are likely to modify many lines of your files to delete the whitespace.
Scott Morrison (Oct 08 2018 at 07:02):
https://stackoverflow.com/questions/30884131/remove-trailing-spaces-automatically-or-with-a-shortcut for Scott, and other VS Code users
Thanks, @Reid Barton, I've turned this on. I guess :four_leaf_clover: one day we'll have a linter!
Johannes Hölzl (Oct 10 2018 at 18:24):
what github showed me recently: if you look at a diff you can append ?w=1
(or similar) to hide the white space changes (i.e. like git diff -w
)
Last updated: Dec 20 2023 at 11:08 UTC