diff --git a/.vimrc b/.vimrc index ed1eefa..e5c5b8f 100644 --- a/.vimrc +++ b/.vimrc @@ -138,6 +138,8 @@ if has("autocmd") autocmd BufRead,BufNewFile *.py set softtabstop=4 autocmd BufRead,BufNewFile *.py set modeline autocmd BufRead,BufNewFile *.py set ft=python + " Indentation with = for python need autopep8 + autocmd BufRead,BufNewFile *.py set equalprg=autopep8\ - endif if has("autocmd")