Add vim config to remove trailing whitespace
This commit is contained in:
@@ -65,6 +65,8 @@ if executable('ag')
|
|||||||
set grepformat=%f:%l:%c:%m
|
set grepformat=%f:%l:%c:%m
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
autocmd BufWritePre * %s/\s\+$//e
|
||||||
|
|
||||||
" Configure Plugins ####################################################################################################
|
" Configure Plugins ####################################################################################################
|
||||||
|
|
||||||
" ctrlpvim/ctrlp.vim
|
" ctrlpvim/ctrlp.vim
|
||||||
|
|||||||
Reference in New Issue
Block a user