Update .vimrc

This commit is contained in:
quenousimporte 2025-04-01 09:36:18 +02:00
parent 052fe5f1c3
commit 874cc4d254
1 changed files with 3 additions and 1 deletions

4
.vimrc
View File

@ -24,5 +24,7 @@ set autochdir
set encoding=utf-8 set encoding=utf-8
set backspace=2 set backspace=2
" indent
set smartindent
set tabstop=4 set tabstop=4
set autoindent set shiftwidth=4