Variable: f90-if-indent

f90-if-indent is a customizable variable defined in f90.el.gz.

Value

3

Documentation

Extra indentation applied to IF, SELECT CASE, WHERE and FORALL blocks.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/f90.el.gz
(defcustom f90-if-indent 3
  "Extra indentation applied to IF, SELECT CASE, WHERE and FORALL blocks."
  :type  'integer
  :safe  'integerp
  :group 'f90-indent)