Skip to content

Commit

Permalink
Prevent setting expandtab by default, closes #599
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Oct 22, 2020
1 parent 2a20556 commit 6636144
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ftdetect/polyglot.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6636144

Please sign in to comment.