1
0

disable removal of trailing whitespace

this is already done by editorconfig
This commit is contained in:
Patrick Auernig 2017-01-04 16:25:26 +01:00
parent ed215fdc22
commit 1d2a318b5e

View File

@ -354,7 +354,8 @@ autocmd FocusLost * :silent! wa
" keep splits equal on terminal resize " keep splits equal on terminal resize
autocmd VimResized * :wincmd = autocmd VimResized * :wincmd =
autocmd BufWritePre * %s/\s\+$//e " remove trailing whitespace
" autocmd BufWritePre * %s/\s\+$//e
" }}} " }}}
" ,----------------------, " ,----------------------,