Variable: evil-auto-indent
evil-auto-indent is a customizable variable defined in evil-vars.el.
Value
t
Documentation
Whether to auto-indent when opening lines with o (evil-open-below) and O (evil-open-above).
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-auto-indent t
"\\<evil-normal-state-map>
Whether to auto-indent when opening lines with \\[evil-open-below] \
and \\[evil-open-above]."
:type 'boolean
:group 'evil)