Skip to content

Instantly share code, notes, and snippets.

@dphase
Created September 12, 2014 15:29
Show Gist options
  • Save dphase/a548e78837790370025a to your computer and use it in GitHub Desktop.
Save dphase/a548e78837790370025a to your computer and use it in GitHub Desktop.
" Remove trailing whitespace on save
" ---------------------------------------------------------------------------------
autocmd FileType c,ruby,coffee,css,slim,scss,html,xml autocmd BufWritePre <buffer> :%s/\s\+$//e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment