Skip to content

Instantly share code, notes, and snippets.

@robinedwards
Created March 14, 2012 17:42
Show Gist options
  • Save robinedwards/2038155 to your computer and use it in GitHub Desktop.
Save robinedwards/2038155 to your computer and use it in GitHub Desktop.
python settings for vim
augroup filetype python
set softtabstop=4
set shiftwidth=4
set tabstop=4
set smarttab
set expandtab
set autoindent
augroup END
" show hardcoded tabs and trailing ws
set list listchars=trail:·
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment