view .vim/ftplugin/python.vim @ 274:be933a11b72c

hgrc: remove old [paths] stanza that just isn't helpful
author Augie Fackler <durin42@gmail.com>
date Sat, 31 Mar 2012 15:25:51 -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