This commit is contained in:
Chiel92 2013-03-13 15:13:56 +01:00
parent f96d1d3246
commit ec28048d5b

View File

@ -38,9 +38,9 @@ endif
"Set default indent behaviour to match with the formatprg defaults
set expandtab
if !exists("g:autoformat_default")
set tabstop = 4
set softtabstop = 4
set shiftwidth = 4
set tabstop=4
set softtabstop=4
set shiftwidth=4
else
execute "set tabstop=".g:autoformat_default
execute "set softtabstop=".g:autoformat_default