Function: evil-indent-line
evil-indent-line is an interactive and byte-compiled function defined
in evil-commands.el.
Signature
(evil-indent-line BEG END)
Documentation
Indent the line.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-operator evil-indent-line (beg end)
"Indent the line."
:motion evil-line
(evil-indent beg end))