Actions
Bug #5140
closedFeature #5142: Remove ruby-mode.el from ruby's repo
Emacs ruby-mode major indentation bug with Ruby 1.9
Bug #5140:
Emacs ruby-mode major indentation bug with Ruby 1.9
Description
When spreading the arguments of a method call on multiple lines using the new hash syntax from Ruby 1.9, the level of indentation is retained even after the closing parenthesis. Example:
belongs_to(:foo,
class_name: 'Foo',
foreign_key: 'foo_id')
# the indentation level is wrong!
Files
Actions