Variable: perl-indent-continued-arguments
perl-indent-continued-arguments is a customizable variable defined in
perl-mode.el.gz.
Value
nil
Documentation
If non-nil offset of argument lines relative to usual indentation.
If nil, continued arguments are aligned with the first argument.
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/perl-mode.el.gz
(defcustom perl-indent-continued-arguments nil
"If non-nil offset of argument lines relative to usual indentation.
If nil, continued arguments are aligned with the first argument."
:type '(choice integer (const nil)))