Project

General

Profile

Actions

Bug #5141

closed

Feature #5142: Remove ruby-mode.el from ruby's repo

Inconsistent indentation in method call with args on multiple lines.

Added by budu (Nicolas Buduroi) over 12 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
-
ruby -v:
HEAD
Backport:
[ruby-core:38685]

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.


Related issues 1 (0 open1 closed)

Related to Ruby master - Feature #6823: Where/how should ruby-mode issues be reported?Closedmatz (Yukihiro Matsumoto)Actions

Updated by naruse (Yui NARUSE) over 12 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) over 11 years ago

  • Status changed from Assigned to Closed

Use Emacs-bundled ruby-mode.el.

Actions

Also available in: Atom PDF

Like0
Like0Like0