view .vim/ftplugin/python.vim @ 70:a36d89137c84

Add a reference to a private hgrc file.
author Augie Fackler <durin42@gmail.com>
date Sat, 04 Apr 2009 21:53:20 -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