Variable: perl-brace-imaginary-offset

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

Value

0

Documentation

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

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/perl-mode.el.gz
(defcustom perl-brace-imaginary-offset 0
  "Imagined indentation of an open brace that actually follows a statement."
  :type 'integer)