yeoman / generator-backbone

Scaffold out a Backbone.js project
http://yeoman.io
638 stars 157 forks source link

Indent all files with 2 spaces #337

Closed arthurvr closed 9 years ago

arthurvr commented 9 years ago

Indentation in this repo was pretty screwed up. Some files used 4, other 2 spaces.

Ported everything over to 2 spaces, which is consistent with most other generators. 2 spaces also seems to be the preferation in the coffeescript community.

Fix gh-193