Skip to content

Instantly share code, notes, and snippets.

@simonplend
Created March 29, 2013 11:57
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 simonplend/5270424 to your computer and use it in GitHub Desktop.
Save simonplend/5270424 to your computer and use it in GitHub Desktop.
" size of a hard tabstop
set tabstop=4
" size of an 'indent'
set shiftwidth=4
" a combination of spaces and tabs are used to simulate tab stops at a width
" other than the (hard)tabstop
set softtabstop=4
" make 'tab' insert indents instead of tabs at the beginning of a line
set smarttab
" always uses spaces instead of tab characters
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment