mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 13:33:49 -05:00
Prevent setting expandtab by default, closes #599
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user