Variable: f90-type-indent

f90-type-indent is a customizable variable defined in f90.el.gz.

Value

3

Documentation

Extra indentation applied to TYPE, ENUM, INTERFACE and BLOCK DATA blocks.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/f90.el.gz
(defcustom f90-type-indent 3
  "Extra indentation applied to TYPE, ENUM, INTERFACE and BLOCK DATA blocks."
  :type  'integer
  :safe  'integerp
  :group 'f90-indent)