Skip to content

Instantly share code, notes, and snippets.

@GregGallant
Created November 6, 2013 21:05
Show Gist options
  • Save GregGallant/7344068 to your computer and use it in GitHub Desktop.
Save GregGallant/7344068 to your computer and use it in GitHub Desktop.
Python vim indentation? It's dangerous to go alone... take this.
set tabstop=4
set softtabstop=4
set shiftwidth=4
set smarttab
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment