Variable: align-indent-before-aligning
align-indent-before-aligning is a customizable variable defined in
align.el.gz.
Value
nil
Documentation
If non-nil, indent the marked region before aligning it.
Source Code
;; Defined in /usr/src/emacs/lisp/align.el.gz
(defcustom align-indent-before-aligning nil
"If non-nil, indent the marked region before aligning it."
:type 'boolean
:group 'align)