Skip to content

Instantly share code, notes, and snippets.

@mmieluch
Created January 17, 2019 11:35
Show Gist options
  • Save mmieluch/24260f31195f31c76d317c523a5245c0 to your computer and use it in GitHub Desktop.
Save mmieluch/24260f31195f31c76d317c523a5245c0 to your computer and use it in GitHub Desktop.
My custom .vimrc
filetype plugin indent on
" show existing tab with 2 spaces width
set tabstop=2
" when indenting with '>', use 2 spaces width
set shiftwidth=2
" On pressing tab, insert 2 spaces
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment