Actions
Bug #5141
closedFeature #5142: Remove ruby-mode.el from ruby's repo
Inconsistent indentation in method call with args on multiple lines.
Description
The indentation of method call with arguments spread on multiple lines is inconsistent.
belongs_to(:foo,
:class_name => 'Foo',
:foreign_key => 'foo_id')
has_many(:bar,
:class_name => 'Bar',
:foreign_key => :bar_id)
This was working correctly in earlier versions.
Actions
Like0
Like0Like0