I am getting \'trailing whitespace\' errors trying to commit some files in git.
I want to remove these trailing whitespace characters automatically right before I sa
autocmd BufWritePre * :%s/\s\+$//:let @/=''