Prevent setting expandtab by default, closes #599

This commit is contained in:
Adam Stankiewicz
2020-10-23 00:56:41 +02:00
parent 2a205569eb
commit 6636144497

View File

@@ -2821,12 +2821,6 @@ if !has_key(s:disabled_packages, 'autoindent')
let level -= 1 let level -= 1
endwhile endwhile
setlocal expandtab
let &l:shiftwidth = 2
if &tabstop == 8
let &l:tabstop = 2
endif
let b:sleuth_culprit = "default" let b:sleuth_culprit = "default"
endfunc endfunc