Variable: LaTeX-indent-environment-check
LaTeX-indent-environment-check is a customizable variable defined in
latex.el.
Value
t
Documentation
If non-nil, check for any special environments.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-indent-environment-check t
"If non-nil, check for any special environments."
:group 'LaTeX-indentation
:type 'boolean)