defunkt / coffee-mode

Emacs Major Mode for CoffeeScript
http://ozmm.org/posts/coffee_mode.html
574 stars 147 forks source link

Add : to coffee-indenters-eol #339

Closed ibrahima closed 8 years ago

ibrahima commented 8 years ago

According to http://coffeescript.org/#objects_and_arrays , when writing nested object literals you should indent the child object further. I think the only place : could end a line would be nested object literals, correct? Haven't thought this one completely through but I think this should be more correct.

syohex commented 8 years ago

Thanks