Thu, 06 May 2021 23:28:40 -0500
Enforce ts=8 in go
--- a/.vim/ftplugin/go.vim +++ b/.vim/ftplugin/go.vim @@ -1,1 +1,1 @@ -set noet sw=8 +set noet ts=8 sw=8