powerline/.local.vimrc

3 lines
109 B
Plaintext
Raw Normal View History

setlocal noexpandtab
2013-04-07 02:16:57 +02:00
let g:syntastic_python_flake8_args = '--ignore=W191,E501,E121,E122,E123,E128,E225,W291'