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