diff options
Diffstat (limited to '')
-rw-r--r-- | ftdetect/polyglot.vim | 6 |
1 files changed, 0 insertions, 6 deletions
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 |