Variable: idlwave-end-offset
idlwave-end-offset is a customizable variable defined in
idlwave.el.gz.
Value
-3
Documentation
Extra indentation applied to block END lines.
A value equal to negative idlwave-block-indent will make END lines
line up with the block BEGIN lines.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defcustom idlwave-end-offset -3
"Extra indentation applied to block END lines.
A value equal to negative `idlwave-block-indent' will make END lines
line up with the block BEGIN lines."
:group 'idlwave-code-formatting
:type 'integer)