Variable: sh-indent-for-fi
sh-indent-for-fi is a customizable variable defined in
sh-script.el.gz.
Value
0
Documentation
How much to indent a fi relative to its if. Usually 0.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defcustom sh-indent-for-fi 0
"How much to indent a `fi' relative to its `if'. Usually 0."
:type `(choice ,@ sh-number-or-symbol-list )
:group 'sh-indentation)