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) over 14 years ago. Updated over 14 years ago.
Description
(defcustom ruby-deep-indent-paren '(?( ?[ ?] t)
should be:
(defcustom ruby-deep-indent-paren '(?( ?[ ?{ t)
not a typo