Skip to content

Instantly share code, notes, and snippets.

@meelih
Created October 28, 2019 06:46
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 meelih/e2d917c03e084b8b23b18cc798beb6c1 to your computer and use it in GitHub Desktop.
Save meelih/e2d917c03e084b8b23b18cc798beb6c1 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