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.
Updated by naruse (Yui NARUSE) over 13 years ago
- Category set to misc
- Status changed from Open to Assigned
- Assignee set to nobu (Nobuyoshi Nakada)
- Parent task set to #5142
Updated by nobu (Nobuyoshi Nakada) almost 12 years ago
- Status changed from Assigned to Closed
Use Emacs-bundled ruby-mode.el.
Actions
Like0
Like0Like0