mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Let user select tabstop, by not changing it
This commit is contained in:
@@ -100,9 +100,6 @@ function! s:guess(lines) abort
|
||||
return {'expandtab': 0, 'shiftwidth': &tabstop}
|
||||
elseif heuristics.soft != heuristics.hard
|
||||
let options.expandtab = heuristics.soft > heuristics.hard
|
||||
if heuristics.hard
|
||||
let options.tabstop = 2
|
||||
endif
|
||||
endif
|
||||
|
||||
return options
|
||||
|
||||
Reference in New Issue
Block a user