feat(vimrc): set shiftwidth=4

This commit is contained in:
xiongdian.me 2024-04-26 10:15:55 +08:00
parent 7600d07d46
commit 534a8c5516

View File

@ -15,6 +15,7 @@ set syntax=on
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab "spaces instead of tabs
set backspace=indent,eol,start
set number "line numbers