From: merch-redmine@... Date: 2019-08-01T01:24:00+00:00 Subject: [ruby-core:94088] [Ruby master Bug#5357] Indentation of nested operators should nest Issue #5357 has been updated by jeremyevans0 (Jeremy Evans). Status changed from Assigned to Closed `ruby-mode.el` was dropped in commit:f03e68edb80dca962290d1fb3a6d49dabdbb911e. ---------------------------------------- Bug #5357: Indentation of nested operators should nest https://bugs.ruby-lang.org/issues/5357#change-80319 * Author: now (Nikolai Weibull) * Status: Closed * Priority: Normal * Assignee: nobu (Nobuyoshi Nakada) * Target version: * ruby -v: trunk * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- Hi! Currently, return if hash. values_at(:a, :b, :c). reject{ |e| e.nil? or e.empty? }. empty? is indented as return if hash. values_at(:a, :b, :c). reject{ |e| e.nil? or e.empty? }. empty? I would prefer it to be indented as in the first example. -- https://bugs.ruby-lang.org/ Unsubscribe: