Variable: idlwave-hang-indent-regexp

idlwave-hang-indent-regexp is a customizable variable defined in idlwave.el.gz.

Value

"- "

Documentation

Regular expression matching the position of the hanging indent in the first line of a comment paragraph. The size of the indent extends to the end of the match for the regular expression.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-hang-indent-regexp "- "
  "Regular expression matching the position of the hanging indent
in the first line of a comment paragraph.  The size of the indent
extends to the end of the match for the regular expression."
  :group 'idlwave-code-formatting
  :type 'regexp)