Closed neelance closed 9 years ago
The whitespace changes are because Atom automatically trims whitespace at the end of each line.
@neelance That's actually really nice. LGTM
LGTM.
Sublime Text does that too if you set "trim_trailing_white_space_on_save": true
in preferences. It's like a mini-gofmt-on-save for non .go files.
I wonder why the white-space on some items changed, though? (not very important)
LGTM overall, merge away.
P.S. Ping me when you send a change to implement this too, I'd like to see it (I can review it too, if you like).