Variable: fortran-analyze-depth
fortran-analyze-depth is a customizable variable defined in
fortran.el.gz.
Value
100
Documentation
Number of lines to scan to identify fixed or TAB format style.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/fortran.el.gz
(defcustom fortran-analyze-depth 100
"Number of lines to scan to identify fixed or TAB format style."
:type 'integer
:safe 'integerp
:group 'fortran)