Actions
Bug #5357
closedIndentation of nested operators should nest
Bug #5357:
Indentation of nested operators should nest
Description
Actions
Added by now (Nikolai Weibull) almost 15 years ago. Updated about 7 years ago.
Description
On 03/12/12 02:35, nobu (Nobuyoshi Nakada) wrote:
Issue #5357 has been updated by nobu (Nobuyoshi Nakada).
Status changed from Assigned to Feedback
Your first example seems inconsistent, why are the last 3 lines indented at the same column?
It would be:But it doesn't look nice to me.
Indenting the last 3 lines highlights that the method chain is hanging
off hash. I do this myself.
--
Alex
ruby-mode.el was dropped in f03e68edb80dca962290d1fb3a6d49dabdbb911e.
The ruby-mode.el in Emacs 26 seems to indent as the first example.