Variable: fortran-structure-indent
fortran-structure-indent is a customizable variable defined in
fortran.el.gz.
Value
3
Documentation
Extra indentation applied to STRUCTURE, UNION, MAP and INTERFACE blocks.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/fortran.el.gz
(defcustom fortran-structure-indent 3
"Extra indentation applied to STRUCTURE, UNION, MAP and INTERFACE blocks."
:type 'integer
:safe 'integerp
:group 'fortran-indent)