]> git.eshelyaron.com Git - emacs.git/commit
Change ruby-align-chained-calls indendation
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 9 Sep 2021 14:24:57 +0000 (16:24 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 9 Sep 2021 14:24:57 +0000 (16:24 +0200)
commit8c023e5ea159c6756c92fd02643983aa449e0da9
treeb316be95ecf70088eff956bcf8df0e9c850ae43b
parente27385ec372b36822958ebed6792ca806b1a0c3d
Change ruby-align-chained-calls indendation

* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Align with the
first sibling on the previous line instead of the last (bug#32496).

That is, before it used to be

one.two.three
       .four

and now it is

one.two.three
   .four
etc/NEWS
lisp/progmodes/ruby-mode.el
test/lisp/progmodes/ruby-mode-tests.el