Variable: idlwave-block-indent

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

Value

3

Documentation

Extra indentation applied to block lines.

If you change this, you probably also want to change idlwave-end-offset.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defcustom idlwave-block-indent 3
  "Extra indentation applied to block lines.
If you change this, you probably also want to change `idlwave-end-offset'."
  :group 'idlwave-code-formatting
  :type 'integer)