X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.vim%2Findent%2Fpython.vim;fp=.vim%2Findent%2Fpython.vim;h=b9b42d7aca7b48f25ec33bb40b337b1e1cbc4239;hb=cbf5f8a948f8147f79886814acfba5358eeaa2d0;hp=0000000000000000000000000000000000000000;hpb=4bc32f8cb62a2641e911deb8b215fcb97cedb74e;p=cmccabe-etc diff --git a/.vim/indent/python.vim b/.vim/indent/python.vim new file mode 100644 index 0000000..b9b42d7 --- /dev/null +++ b/.vim/indent/python.vim @@ -0,0 +1,13 @@ +" Python indent file + +" Only load this indent file when no other was loaded. +if exists("b:did_indent") + finish +endif +let b:did_indent = 1 + +setlocal expandtab +setlocal sw=4 +setlocal ts=4 +setlocal tw=79 +setlocal ai