Variable: cperl-merge-trailing-else
cperl-merge-trailing-else is a customizable variable defined in
cperl-mode.el.gz.
Value
t
Documentation
Non-nil means that BLOCK-end } followed by else/elsif/continue
may be merged to be on the same line when indenting a region.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-merge-trailing-else t
"Non-nil means that BLOCK-end `}' followed by else/elsif/continue
may be merged to be on the same line when indenting a region."
:type 'boolean
:group 'cperl-indentation-details)