set noexpandtab
This commit is contained in:
parent
29fb1a20f5
commit
dbd38ff226
1 changed files with 2 additions and 1 deletions
3
.vimrc
3
.vimrc
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue