1
0

remove expandtab option

This commit is contained in:
valeth 2015-04-28 16:55:35 +02:00
parent 3963740b9a
commit 497abf069c

View File

@ -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