Update vimrc
This commit is contained in:
parent
912152842e
commit
fbdff51899
10
.vimrc
10
.vimrc
|
@ -1,9 +1,9 @@
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
" show existing tab with 4 spaces width
|
" show existing tab with 2 spaces width
|
||||||
set tabstop=4
|
set tabstop=2
|
||||||
" when indenting with '>', use 4 spaces width
|
" when indenting with '>', use 2 spaces width
|
||||||
set shiftwidth=4
|
set shiftwidth=2
|
||||||
" On pressing tab, insert 4 spaces
|
" On pressing tab, insert 2 spaces
|
||||||
set expandtab
|
set expandtab
|
||||||
|
|
Loading…
Reference in New Issue