unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#61822: 29.0.60; Ruby indentation with assignment and method calls
@ 2023-02-26 18:43 Aaron Jensen
  2023-02-26 22:18 ` Dmitry Gutov
  0 siblings, 1 reply; 6+ messages in thread
From: Aaron Jensen @ 2023-02-26 18:43 UTC (permalink / raw)
  To: 61822; +Cc: dgutov


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
)





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-27  0:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-26 18:43 bug#61822: 29.0.60; Ruby indentation with assignment and method calls Aaron Jensen
2023-02-26 22:18 ` Dmitry Gutov
2023-02-26 22:57   ` Aaron Jensen
2023-02-26 23:57     ` Dmitry Gutov
2023-02-26 23:59       ` Aaron Jensen
2023-02-27  0:10         ` Dmitry Gutov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).