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