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