Skip to content

Instantly share code, notes, and snippets.

@visualzhou
Created September 21, 2012 23:15
Show Gist options
  • Save visualzhou/3764455 to your computer and use it in GitHub Desktop.
Save visualzhou/3764455 to your computer and use it in GitHub Desktop.
~/.vim/ftplugin/python.vim
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal textwidth=80
setlocal smarttab
setlocal expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment