Thought I'd do a little brain-dead work this week and remove the trailing spaces from .nim files.
Any remarks before I start submitting large PRs?
we now set our editors to remove trailing whitespace on any file we edited.
What was the benefit of trailing whitespace? I noticed that c2nim generates a lot of it, I think it did not remove the space when it splits a long line into two, maybe to simplify joining again? Will this behaviour persist?