# HG changeset patch # User Meredith Howard # Date 1620361720 18000 # Node ID a51c4b8aa1da1037155199860bc5f4b81ae488a1 # Parent a9cfb43f4ac1bd37c5f3de79bffe526fce6be2b1 Enforce ts=8 in go 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