disable pymode trim whitespaces

This commit is contained in:
Ahir Reddy 2013-12-09 16:40:55 -08:00
commit e2437c4761

1
.vimrc
View file

@ -106,6 +106,7 @@ let g:pymode_syntax_indent_errors = g:pymode_syntax_all
let g:pymode_syntax_space_errors = g:pymode_syntax_all
let g:pymode_utils_whitespaces = 0
let g:pymode_trim_whitespaces = 0
" Don't autofold code
let g:pymode_folding = 0