Add vim config to remove trailing whitespace

This commit is contained in:
Andrew Miner
2017-08-01 13:51:45 -07:00
parent 22c8a5d877
commit 4217f4e39a
+2
View File
@@ -65,6 +65,8 @@ if executable('ag')
set grepformat=%f:%l:%c:%m
endif
autocmd BufWritePre * %s/\s\+$//e
" Configure Plugins ####################################################################################################
" ctrlpvim/ctrlp.vim