Variable: f90-critical-indent

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

Value

2

Documentation

Extra indentation applied to BLOCK, CRITICAL blocks.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/f90.el.gz
(defcustom f90-critical-indent 2
  "Extra indentation applied to BLOCK, CRITICAL blocks."
  :type  'integer
  :safe  'integerp
  :group 'f90-indent
  :version "24.1")