Skip to content

Instantly share code, notes, and snippets.

@0xff07
Created May 18, 2019 17:26
Show Gist options
  • Save 0xff07/ebb7e0cb8f794e894bbbfb5768f1dd06 to your computer and use it in GitHub Desktop.
Save 0xff07/ebb7e0cb8f794e894bbbfb5768f1dd06 to your computer and use it in GitHub Desktop.
" size of a hard tabstop
set tabstop=4
" always uses spaces instead of tab characters
set expandtab
" size of an "indent"
set shiftwidth=4
" recursively find tags
set tags=tags;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment