]> ruderich.org/simon Gitweb - config/dotfiles.git/commit
vim: support modelines in Go which change 'tabstop'
authorSimon Ruderich <simon@ruderich.org>
Tue, 24 Oct 2023 05:30:47 +0000 (07:30 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 24 Oct 2023 05:30:47 +0000 (07:30 +0200)
commitc282b1a7e828b5d9244d1ba0e8afb6134f818984
tree05bd26d1250ccf66b1fcf608b48e5e0f3c48f6a1
parentd46df2d834b6b4e53bdde14325a15b8c73377a99
vim: support modelines in Go which change 'tabstop'

I've used Go with the default setting of eight spaces per tab for a long
time but the lines do indeed get very long. So permit using a modeline
to switch back to four spaces per tab.
vim/vimrc