disable removal of trailing whitespace
this is already done by editorconfig
This commit is contained in:
parent
ed215fdc22
commit
1d2a318b5e
3
init.vim
3
init.vim
@ -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
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" ,----------------------,
|
" ,----------------------,
|
||||||
|
Loading…
Reference in New Issue
Block a user