Variable: f90-program-indent

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

Value

2

Documentation

Extra indentation applied to PROGRAM, MODULE, SUBROUTINE, FUNCTION blocks.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/f90.el.gz
(defcustom f90-program-indent 2
  "Extra indentation applied to PROGRAM, MODULE, SUBROUTINE, FUNCTION blocks."
  :type  'integer
  :safe  'integerp
  :group 'f90-indent)