From 6636144497456510fb48a252c65462750cf36aeb Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 23 Oct 2020 00:56:41 +0200 Subject: Prevent setting expandtab by default, closes #599 --- ftdetect/polyglot.vim | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 38c3d689..175575ba 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -2821,12 +2821,6 @@ if !has_key(s:disabled_packages, 'autoindent') let level -= 1 endwhile - setlocal expandtab - let &l:shiftwidth = 2 - if &tabstop == 8 - let &l:tabstop = 2 - endif - let b:sleuth_culprit = "default" endfunc -- cgit v1.2.3