diff --git a/.vim/ftplugin/go.vim b/.vim/ftplugin/go.vim --- a/.vim/ftplugin/go.vim +++ b/.vim/ftplugin/go.vim @@ -1,1 +1,1 @@ -set noet sw=8 +set noet ts=8 sw=8