Variable: opascal-indent-level

opascal-indent-level is a customizable variable defined in opascal.el.gz.

Value

3

Documentation

Indentation of OPascal statements with respect to containing block.

E.g.

begin
   // This is an indent of 3.
end;

Aliases

delphi-indent-level (obsolete since 24.4)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defcustom opascal-indent-level 3
  "Indentation of OPascal statements with respect to containing block.
E.g.

begin
   // This is an indent of 3.
end;"
  :type 'integer)