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

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

bug#61822: 29.0.60; Ruby indentation with assignment and method calls


From: Aaron Jensen
Subject: bug#61822: 29.0.60; Ruby indentation with assignment and method calls
Date: Sun, 26 Feb 2023 13:43:44 -0500

I don't recall if this was a case we talked about, but this does not
indent as I would expect/hope with ruby-mode and this set:

(setq ruby-block-indent nil
      ruby-method-call-indent nil
      ruby-method-params-indent nil
      ruby-after-operator-indent nil)

Actual:

some_variable = some_method(
    some_argument
  )

Expected:

some_variable = some_method(
  some_argument
)





reply via email to

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