Skip to content

Instantly share code, notes, and snippets.

@mattreduce
Created November 22, 2010 19:59
Show Gist options
  • Save mattreduce/710559 to your computer and use it in GitHub Desktop.
Save mattreduce/710559 to your computer and use it in GitHub Desktop.
Place this in your vimrc to remove trailing whitespace on write
" kill trailing spaces when exiting file
autocmd BufWritePre * :%s/\s\+$//e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment