From c30ba66d2211d0c5764855d099e171fb2cd1108d Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 4 Sep 2020 14:23:18 +0200 Subject: Let user select tabstop, by not changing it --- plugin/sleuth.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugin') diff --git a/plugin/sleuth.vim b/plugin/sleuth.vim index d7b9b773..a0bba8c4 100644 --- a/plugin/sleuth.vim +++ b/plugin/sleuth.vim @@ -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 -- cgit v1.2.3