change tab space number
This commit is contained in:
parent
2212dda2ec
commit
e90f8c9206
@ -38,9 +38,9 @@ set smartcase
|
|||||||
set mouse=a
|
set mouse=a
|
||||||
colorscheme gruvbox
|
colorscheme gruvbox
|
||||||
set background=dark " use dark mode
|
set background=dark " use dark mode
|
||||||
set tabstop=4 " number of visual spaces per TAB
|
set tabstop=2 " number of visual spaces per TAB
|
||||||
set softtabstop=4 " number of spaces in tab when editing
|
set softtabstop=2 " number of spaces in tab when editing
|
||||||
set shiftwidth=4 " number of spaces to use for autoindent
|
set shiftwidth=2 " number of spaces to use for autoindent
|
||||||
set expandtab " tabs are space
|
set expandtab " tabs are space
|
||||||
set autoindent
|
set autoindent
|
||||||
set copyindent " copy indent from the previous line
|
set copyindent " copy indent from the previous line
|
||||||
|
Loading…
Reference in New Issue
Block a user