change tab space number

This commit is contained in:
vincent 2021-04-20 23:25:14 +02:00
parent 2212dda2ec
commit e90f8c9206

View File

@ -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