Variable: evil-shift-round

evil-shift-round is a customizable variable defined in evil-vars.el.

Value

t

Documentation

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

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-shift-round t
  "\\<evil-normal-state-map>
Whether shifting rounds to the nearest multiple.
If non-nil, \\[evil-shift-right] and \\[evil-shift-left] adjust line
indentation to the nearest multiple of `evil-shift-width'."
  :type 'boolean
  :group 'evil)