2012年6月20日 星期三

vim auto remove whitespace

~/.vimrc
"auto remove whitespace when open the file
autocmd FileType c,cpp,python,php autocmd BufWritePre :%s/\s\+$//e




Reference :
How can you automatically remove trailing whitespace in vim - Stack Overflow 
Remove unwanted spaces - Vim Tips Wiki

沒有留言:

張貼留言