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