Variable: fortran-comment-line-extra-indent

fortran-comment-line-extra-indent is a customizable variable defined in fortran.el.gz.

Value

0

Documentation

Amount of extra indentation for text within full-line comments.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/fortran.el.gz
(defcustom fortran-comment-line-extra-indent 0
  "Amount of extra indentation for text within full-line comments."
  :type  'integer
  :safe  'integerp
  :group 'fortran-indent
  :group 'fortran-comment)