Variable: sh-indent-for-case-label

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

Value

+

Documentation

How much to indent a case label statement.

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-label '+
  "How much to indent a case label statement.
This is relative to the line containing the `case' statement."
  :type `(choice ,@ sh-number-or-symbol-list)
  :group 'sh-indentation)