Actions
Bug #6091
closedruby-mode.el variable typo
Bug #6091:
ruby-mode.el variable typo
Description
(defcustom ruby-deep-indent-paren '(?( ?[ ?] t)
should be:
(defcustom ruby-deep-indent-paren '(?( ?[ ?{ t)
Actions
Added by lewang (Le Wang) about 14 years ago. Updated about 14 years ago.
Description
(defcustom ruby-deep-indent-paren '(?( ?[ ?] t)
should be:
(defcustom ruby-deep-indent-paren '(?( ?[ ?{ t)
not a typo