Variable: cperl-brace-imaginary-offset

cperl-brace-imaginary-offset is a customizable variable defined in cperl-mode.el.gz.

Value

0

Documentation

Imagined indentation of a Perl open brace that actually follows a statement.

An open brace following other text is treated as if it were this far to the right of the start of its line.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-brace-imaginary-offset 0
  "Imagined indentation of a Perl open brace that actually follows a statement.
An open brace following other text is treated as if it were this far
to the right of the start of its line."
  :type 'integer
  :group 'cperl-indentation-details)