Skip to content

Instantly share code, notes, and snippets.

@btobolaski
Created October 10, 2012 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btobolaski/3866851 to your computer and use it in GitHub Desktop.
Save btobolaski/3866851 to your computer and use it in GitHub Desktop.
My python settings for vim. Feel free to use this if you want to create python code that looks like mine.
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal textwidth=90
setlocal smarttab
setlocal expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment