Variable: cperl-merge-trailing-else

cperl-merge-trailing-else is a customizable variable defined in cperl-mode.el.gz.

Value

t

Documentation

Controls indentation of block-end } followed by else/elsif/continue.

If non-nil, then these block-end braces 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
  "Controls indentation of block-end `}' followed by else/elsif/continue.
If non-nil, then these block-end braces may be merged to be on the same
line when indenting a region."
  :type 'boolean
  :group 'cperl-indentation-details)