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