Variable: evil-insert-skip-empty-lines

evil-insert-skip-empty-lines is a variable defined in evil-vars.el.

Value

nil

Documentation

Non-nil of the current insertion should not take place on
  lines at which the insertion point is behind the end of the
  line.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-insert-skip-empty-lines nil
  "Non-nil of the current insertion should not take place on
  lines at which the insertion point is behind the end of the
  line.")