Variable: TeX-auto-untabify
TeX-auto-untabify is a customizable variable defined in tex.el.
Value
nil
Documentation
Automatically untabify when saving the buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-auto-untabify nil
"Automatically untabify when saving the buffer."
:group 'TeX-parse
:type 'boolean)