Skip to content

Commit

Permalink
don't use tabstop 2
Browse files Browse the repository at this point in the history
use 4 instead

sheerun#648
already setting tabstop to 4 but it still resets ps1 file type to 2 at random time

so decided to create a fork and stop the behavior
  • Loading branch information
wangzq committed Apr 1, 2021
1 parent cc63193 commit ad9aa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/polyglot/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2712,7 +2712,7 @@ endif
if !has_key(g:polyglot_is_disabled, 'sensible')
" Use 2-spaces tab indentation by default
if &tabstop == 8
let &tabstop = 2
let &tabstop = 4
endif

" Set shiftwidth to proper value as users often mix it with tabstop
Expand Down

0 comments on commit ad9aa4f

Please sign in to comment.