Skip to content

Instantly share code, notes, and snippets.

@jmcarbo
Created June 16, 2016 06:51
Show Gist options
  • Save jmcarbo/ad4b283de469d4704a0e8cdac05d59c8 to your computer and use it in GitHub Desktop.
Save jmcarbo/ad4b283de469d4704a0e8cdac05d59c8 to your computer and use it in GitHub Desktop.
filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment