Skip to content

Instantly share code, notes, and snippets.

@georgi
Created November 8, 2011 13:13
Show Gist options
  • Save georgi/1347704 to your computer and use it in GitHub Desktop.
Save georgi/1347704 to your computer and use it in GitHub Desktop.
set expandtab "Use softtabstop spaces instead of tab characters for indentation
set shiftwidth=2 "Indent by 4 spaces when using >>, <<, == etc.
set softtabstop=2 "Indent by 4 spaces when pressing <TAB>
set autoindent "Keep indentation from previous line
set smartindent "Automatically inserts indentation in some cases
set cindent "Like smartindent, but stricter and more customisable
set tags=TAGS;/
colorscheme slate
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment