Variable: sh-backslash-align

sh-backslash-align is a customizable variable defined in sh-script.el.gz.

Value

t

Documentation

If non-nil, sh-backslash-region will align backslashes.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defcustom sh-backslash-align t
  "If non-nil, `sh-backslash-region' will align backslashes."
  :type 'boolean
  :group 'sh)