Variable: perl-indent-parens-as-block

perl-indent-parens-as-block is a customizable variable defined in perl-mode.el.gz.

Value

nil

Documentation

Non-nil means that non-block ()-, {}- and []-groups are indented as blocks.

The closing bracket is aligned with the line of the opening bracket, not the contents of the brackets.

This variable was added, or its default value changed, in Emacs 24.3.

Probably introduced at or before Emacs version 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/perl-mode.el.gz
(defcustom perl-indent-parens-as-block nil
  "Non-nil means that non-block ()-, {}- and []-groups are indented as blocks.
The closing bracket is aligned with the line of the opening bracket,
not the contents of the brackets."
  :version "24.3"
  :type 'boolean)