GNOME Bugzilla – Bug 344293
eliminate trailing whitespace
Last modified: 2006-07-14 12:33:32 UTC
I've been inspired by: http://lists.freedesktop.org/archives/cairo/2006-June/007062.html to attempt to remove trailing whitespace. I've added the following to my .emacs file to see where it occurs: ;;; Show trailing whitespace (setq-default show-trailing-whitespace t) git-stripspace seems to work nicely.
Created attachment 66979 [details] strip-whitespace.sh Little script to use git-stripspace to operate directly on files.
Created attachment 66980 [details] strip-whitespace.sh Oops, use mv not cp.