Variable: cperl-fix-hanging-brace-when-indent

cperl-fix-hanging-brace-when-indent is a customizable variable defined in cperl-mode.el.gz.

Value

t

Documentation

Non-nil means that BLOCK-end } may be put on a separate line.

This happens when indenting a region. Braces followed by else/elsif/while/until are excepted.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-fix-hanging-brace-when-indent t
  "Non-nil means that BLOCK-end `}' may be put on a separate line.
This happens when indenting a region.  Braces followed by
else/elsif/while/until are excepted."
  :type 'boolean
  :group 'cperl-indentation-details)