1
0
Fork 0

Remove whitespace confirmation prompt

This commit is contained in:
Jeremy Kaplan 2019-05-01 10:40:14 -07:00 committed by Jeremy Kaplan
commit f65078d822

View file

@ -194,6 +194,7 @@ nmap <silent> <Leader>E :lopen<CR>
let g:better_whitespace_enabled=1 let g:better_whitespace_enabled=1
let g:strip_whitespace_on_save=1 let g:strip_whitespace_on_save=1
let g:strip_whitespace_confirm=0
autocmd BufNewFile,BufRead *.tako set filetype=python autocmd BufNewFile,BufRead *.tako set filetype=python