Variable: perl-brace-offset

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

Value

0

Documentation

Extra indentation for braces, compared with other text in same context.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/perl-mode.el.gz
(defcustom perl-brace-offset 0
  "Extra indentation for braces, compared with other text in same context."
  :type 'integer)