Add .local.vimrc with configuration for the lint checker

Ref #314
This commit is contained in:
ZyX 2013-03-15 08:19:59 +04:00
parent 2c25a71f2e
commit 137a415a9b
1 changed files with 2 additions and 0 deletions

2
.local.vimrc Normal file
View File

@ -0,0 +1,2 @@
setlocal noexpandtab
let g:syntastic_python_flake8_args = '--ignore=W191,E501,E121,E122,E123,E128'