bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23015: 25.0.92; ruby-mode misindents arguments of a method call insi


From: Dmitry Gutov
Subject: bug#23015: 25.0.92; ruby-mode misindents arguments of a method call inside continuation
Date: Tue, 15 Mar 2016 02:27:05 +0200

It indents

foo =
  subject.update(
  a: 1
)

whereas it should be

foo =
  subject.update(
    a: 1
  )

Patch attached.

Attachment: call-inside-continuation.diff
Description: patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]