tpope / vim-sleuth

sleuth.vim: Heuristically set buffer options
https://www.vim.org/scripts/script.php?script_id=4375
1.92k stars 86 forks source link

New changes cause tabstop=8 to be set in Go files #74

Closed aktau closed 2 years ago

aktau commented 2 years ago

Go files (that are gofmt'ed) are indented with tabs. It used to be that tabstop was 2 (I believe), either from sleuth.vim or from somewhere in my config. Now sleut.vim forces 8, which is a bit too much.

tpope commented 2 years ago

Whoops!