Variable: sh-basic-offset

sh-basic-offset is a customizable variable defined in sh-script.el.gz.

Value

4

Documentation

The default indentation increment.

This value is used for the + and - symbols in an indentation variable.

Aliases

sh-indentation (obsolete since 26.1)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defcustom sh-basic-offset 4
  "The default indentation increment.
This value is used for the `+' and `-' symbols in an indentation variable."
  :type 'integer
  :safe #'integerp
  :group 'sh-indentation)