Variable: sh-indent-after-function

sh-indent-after-function is a customizable variable defined in sh-script.el.gz.

Value

+

Documentation

How much to indent after a function line.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defcustom sh-indent-after-function '+
  "How much to indent after a function line."
  :type `(choice ,@ sh-number-or-symbol-list)
  :group 'sh-indentation)