I was very surprised to see so many trailing whitespace issues.
I've configured my local git to always fix and complain about this for every piece of code I check out, hence I immediately noticed this, even in @jessebeach's build of VIE.js (in the Create.js branch of the Edit module):
[core]
# Treat spaces before tabs, and all kinds of trailing whitespace as an error
whitespace = space-before-tab,trailing-space
This is simply a fix for that, but it touches A LOT of code, unfortunately.
I was very surprised to see so many trailing whitespace issues.
I've configured my local git to always fix and complain about this for every piece of code I check out, hence I immediately noticed this, even in @jessebeach's build of VIE.js (in the Create.js branch of the Edit module):
This is simply a fix for that, but it touches A LOT of code, unfortunately.