Enforce ts=8 in go

Thu, 06 May 2021 23:28:40 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 06 May 2021 23:28:40 -0500
changeset 902
a51c4b8aa1da
parent 901
a9cfb43f4ac1
child 903
7453a9387eb3

Enforce ts=8 in go

.vim/ftplugin/go.vim file | annotate | diff | comparison | revisions
--- a/.vim/ftplugin/go.vim
+++ b/.vim/ftplugin/go.vim
@@ -1,1 +1,1 @@
-set noet sw=8
+set noet ts=8 sw=8

mercurial