Variable: artist-trim-line-endings

artist-trim-line-endings is a customizable variable defined in artist.el.gz.

Value

t

Documentation

Whether or not to remove white-space at end of lines.

If non-nil, line-endings are trimmed (that is, extraneous white-space at the end of the line is removed) when the shape is drawn.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defcustom artist-trim-line-endings t
  "Whether or not to remove white-space at end of lines.

If non-nil, line-endings are trimmed (that is, extraneous white-space
at the end of the line is removed) when the shape is drawn."
  :group 'artist
  :type 'boolean)