view .vim/ftplugin/python.vim @ 181:2d8105525973

xmonad: add another layout, fix terminal colors, add screensaver lock binding
author Augie Fackler <durin42@gmail.com>
date Wed, 13 Jan 2010 10:35:48 -0600
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