annotate vim/vimfiles/after/ftplugin/python.vim @ 0:48859d9c82c5

Initial commit, based on settings used at work (minus NERD tree & some tagging plugins).
author Brian Neal <bgneal@gmail.com>
date Tue, 03 Jan 2012 20:53:13 -0600
parents
children
rev   line source
bgneal@0 1 setlocal sw=4
bgneal@0 2 setlocal ts=4
bgneal@0 3 setlocal tw=80
bgneal@0 4 let python_space_errors=1