Skip to content

Indentation ​

Emacs Lisp Autovariable: evil-auto-indent ​

Whether to auto-indent when opening lines with o and O.

Default: t, buffer-local

Emacs Lisp Autovariable: evil-shift-width ​

The number of columns by which a line is shifted. This applies to the shifting operators > and <.

Default: 4, buffer-local

Emacs Lisp Autovariable: evil-shift-round ​

Whether shifting rounds to the nearest multiple. If non-nil, > and < adjust line indentation to the nearest multiple of evil-shift-width.

Default: t, buffer-local

Emacs Lisp Autovariable: evil-indent-convert-tabs ​

If non-nil, the = operator converts between leading tabs and spaces. Whether tabs are converted to spaces or vice versa depends on the value of indent-tabs-mode.

Default: t