bergie / VIE

Semantic Interaction Framework for JavaScript
http://viejs.org/
MIT License
303 stars 56 forks source link

Fix trailing whitespace. #140

Closed wimleers closed 11 years ago

wimleers commented 11 years ago

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.