Skip to content

Instantly share code, notes, and snippets.

@rcmachado
Created April 15, 2010 16:52
Show Gist options
  • Save rcmachado/367352 to your computer and use it in GitHub Desktop.
Save rcmachado/367352 to your computer and use it in GitHub Desktop.
Vim Python definitions
" .vim/after/ftplugin/after/
"
" Python definitions
"
" Based on 'PEP 8 - Style Guide for Python Code'
" http://www.python.org/dev/peps/pep-0008/ (2010-04-15)
set tabstop=4
set expandtab
set smarttab
set shiftwidth=4
set shiftround
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment