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
|
||||
endif
|
||||
|
||||
autocmd BufWritePre * %s/\s\+$//e
|
||||
|
||||
" Configure Plugins ####################################################################################################
|
||||
|
||||
" ctrlpvim/ctrlp.vim
|
||||
|
||||
Reference in New Issue
Block a user