CoffeeScript formatting config
Hey, everyone!
Who knows how to config coffescript comment formatting. I need that comments should be indented at the same level of the code that it describes.
For example
App.PostController = Ember.ObjectController.extend
###
Comment
###
owner: ->
...
but after RubyMine has done auto formatting the code is
App.PostController = Ember.ObjectController.extend
###
Comment
###
owner: ->
...
请先登录再写评论。
Hello max,
there is already an issue: http://youtrack.jetbrains.com/issue/WEB-6882
We are going to fix it before RubyMine 6