--- a/.vimrc Sat Sep 08 22:58:34 2012 +0300 +++ b/.vimrc Fri Sep 14 23:13:11 2012 +0300 @@ -123,6 +123,8 @@ :let html_use_css = 1 :let use_xhtml = 1 +au FileType python setlocal tabstop=8 expandtab shiftwidth=4 softtabstop=4 + " Fix <Enter> for comment " set fo+=cr