Created
January 17, 2019 11:35
-
-
Save mmieluch/24260f31195f31c76d317c523a5245c0 to your computer and use it in GitHub Desktop.
My custom .vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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