Variable: magit-diff-highlight-trailing

magit-diff-highlight-trailing is a customizable variable defined in magit-diff.el.

Value

t

Documentation

Whether to highlight whitespace at the end of a line in diffs.

Used only when magit-diff-paint-whitespace(var)/magit-diff-paint-whitespace(fun) is non-nil.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-diff.el
(defcustom magit-diff-highlight-trailing t
  "Whether to highlight whitespace at the end of a line in diffs.
Used only when `magit-diff-paint-whitespace' is non-nil."
  :group 'magit-diff
  :safe 'booleanp
  :type 'boolean)