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