From 137a415a9bc4708ee4e4ee0c96e5551506758240 Mon Sep 17 00:00:00 2001 From: ZyX Date: Fri, 15 Mar 2013 08:19:59 +0400 Subject: [PATCH] Add .local.vimrc with configuration for the lint checker Ref #314 --- .local.vimrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .local.vimrc diff --git a/.local.vimrc b/.local.vimrc new file mode 100644 index 00000000..766efbfd --- /dev/null +++ b/.local.vimrc @@ -0,0 +1,2 @@ +setlocal noexpandtab +let g:syntastic_python_flake8_args = '--ignore=W191,E501,E121,E122,E123,E128'