Variable: cperl-indent-region-fix-constructs
cperl-indent-region-fix-constructs is a customizable variable defined
in cperl-mode.el.gz.
Value
1
Documentation
Amount of space to insert between } and else or elsif.
Used by cperl-indent-region. Set to nil to leave as is.
Values other than 1 and nil will probably not work.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-indent-region-fix-constructs 1
"Amount of space to insert between `}' and `else' or `elsif'.
Used by `cperl-indent-region'. Set to nil to leave as is.
Values other than 1 and nil will probably not work."
:type '(choice (const nil) (const 1))
:group 'cperl-indentation-details)