view .vim/ftplugin/python.vim @ 220:07c671c9610c

emacs: require magit
author Augie Fackler <durin42@gmail.com>
date Tue, 07 Sep 2010 19:32:35 -0500
parents c30d68fbd368
children
line wrap: on
line source

setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal textwidth=80
setlocal smarttab
setlocal expandtab
setlocal smartindent