Variable: cperl-indent-left-aligned-comments

cperl-indent-left-aligned-comments is a customizable variable defined in cperl-mode.el.gz.

Value

t

Documentation

Non-nil means that the comment starting in leftmost column should indent.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-indent-left-aligned-comments t
  "Non-nil means that the comment starting in leftmost column should indent."
  :type 'boolean
  :group 'cperl-indentation-details)