Variable: idlwave-hanging-indent
idlwave-hanging-indent is a customizable variable defined in
idlwave.el.gz.
Value
t
Documentation
If set non-nil then comment paragraphs are indented under the
hanging indent given by idlwave-hang-indent-regexp match in the first line
of the paragraph.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-hanging-indent t
"If set non-nil then comment paragraphs are indented under the
hanging indent given by `idlwave-hang-indent-regexp' match in the first line
of the paragraph."
:group 'idlwave-code-formatting
:type 'boolean)