remove expandtab option
This commit is contained in:
parent
3963740b9a
commit
497abf069c
@ -1,4 +1,7 @@
|
||||
set softtabstop=4
|
||||
set shiftwidth=4
|
||||
set smartindent
|
||||
set expandtab
|
||||
"set softtabstop=4
|
||||
"set shiftwidth=4
|
||||
"set expandtab
|
||||
|
||||
if has("smartindent")
|
||||
set smartindent
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user