Skip to content

Instantly share code, notes, and snippets.

@manlon
Created October 12, 2011 19:42
Show Gist options
  • Save manlon/1282300 to your computer and use it in GitHub Desktop.
Save manlon/1282300 to your computer and use it in GitHub Desktop.
syntax on
filetype plugin indent on
" ruby-friendly defaults
set tabstop=2
set smarttab
set shiftwidth=2
set autoindent
set smartindent " ??
set expandtab
autocmd FileType python set tabstop=4|set shiftwidth=4|set expandtab|set softtabstop=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment