Variable: cperl-brace-offset

cperl-brace-offset is a customizable variable defined in cperl-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/cperl-mode.el.gz
(defcustom cperl-brace-offset 0
  "Extra indentation for braces, compared with other text in same context."
  :type 'integer
  :group 'cperl-indentation-details)