Variable: idlwave-continuation-indent
idlwave-continuation-indent is a customizable variable defined in
idlwave.el.gz.
Value
3
Documentation
Extra indentation applied to continuation lines.
This extra offset applies to the first of a set of continuation lines. The following lines receive the same indentation as the first.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defcustom idlwave-continuation-indent 3
"Extra indentation applied to continuation lines.
This extra offset applies to the first of a set of continuation lines.
The following lines receive the same indentation as the first."
:group 'idlwave-code-formatting
:type 'integer)