2021-05-07
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