Skip to content

Instantly share code, notes, and snippets.

@wingyplus
Created February 1, 2014 07:36
Show Gist options
  • Save wingyplus/8749295 to your computer and use it in GitHub Desktop.
Save wingyplus/8749295 to your computer and use it in GitHub Desktop.
function! TrailingWhiteSpace()
silent! %s/\s\+$//
endfunction
autocmd FileWritePre,BufWritePre * call TrailingWhiteSpace()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment