set noexpandtab

This commit is contained in:
fanyx 2022-10-16 13:52:20 +02:00
parent 29fb1a20f5
commit dbd38ff226
1 changed files with 2 additions and 1 deletions

3
.vimrc
View File

@ -7,7 +7,8 @@ set autoindent
" set filetype indent on " set filetype indent on
" Tab width " Tab width
set expandtab " set expandtab
set noexpandtab
set smarttab set smarttab
set tabstop=4 set tabstop=4
set shiftwidth=4 set shiftwidth=4