From b2e658a44c463ce1a2d4e44cfed9639b9f2d83d2 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 26 Sep 2020 22:35:28 -0400 Subject: [PATCH] vim: Go prefers tabs over spaces, I guess... --- vim/ftplugin/go.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/ftplugin/go.vim diff --git a/vim/ftplugin/go.vim b/vim/ftplugin/go.vim new file mode 100644 index 0000000..c23c27b --- /dev/null +++ b/vim/ftplugin/go.vim @@ -0,0 +1,2 @@ +setlocal noexpandtab +setlocal sw=8 sts=8 -- libgit2 0.28.4