Variable: LaTeX-indent-level
LaTeX-indent-level is a customizable variable defined in latex.el.
Value
2
Documentation
Indentation of begin-end blocks in LaTeX.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-indent-level 2
"Indentation of begin-end blocks in LaTeX."
:group 'LaTeX-indentation
:type 'integer)