Variable: idlwave-main-block-indent

idlwave-main-block-indent is a customizable variable defined in idlwave.el.gz.

Value

2

Documentation

Extra indentation for the main block of code.

That is the block between the FUNCTION/PRO statement and the END statement for that program unit.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-main-block-indent 2
  "Extra indentation for the main block of code.
That is the block between the FUNCTION/PRO statement and the END
statement for that program unit."
  :group 'idlwave-code-formatting
  :type 'integer)