Variable: sh-indent-for-case-alt

sh-indent-for-case-alt is a customizable variable defined in sh-script.el.gz.

Value

++

Documentation

How much to indent statements after the case label.

This is relative to the line containing the case statement.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defcustom sh-indent-for-case-alt '++
  "How much to indent statements after the case label.
This is relative to the line containing the `case' statement."
  :type `(choice ,@ sh-number-or-symbol-list)
  :group 'sh-indentation)