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.
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)