Variable: electric-indent-chars
electric-indent-chars is a variable defined in electric.el.gz.
Value
(10)
Documentation
Characters that should cause automatic reindentation.
Probably introduced at or before Emacs version 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/electric.el.gz
;;; Electric indentation.
;; Autoloading variables is generally undesirable, but major modes
;; should usually set this variable by adding elements to the default
;; value, which only works well if the variable is preloaded.
;;;###autoload
(defvar electric-indent-chars '(?\n)
"Characters that should cause automatic reindentation.")