Variable: fortran-if-indent

fortran-if-indent is a customizable variable defined in fortran.el.gz.

Value

3

Documentation

Extra indentation applied to IF, SELECT CASE and WHERE blocks.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/fortran.el.gz
(defcustom fortran-if-indent 3
  "Extra indentation applied to IF, SELECT CASE and WHERE blocks."
  :type  'integer
  :safe  'integerp
  :group 'fortran-indent)