commit bbbe59989590b046f5c2ffd085a7568418d46c44 parent 4153bfb4a631ea6a090098519b1d65a94c6bb20e Author: Alex Balgavy <alex@balgavy.eu> Date: Sun, 27 Dec 2020 19:02:28 +0100 vim: ftplugin/go indent settings Diffstat:
A | vim/after/ftplugin/go.vim | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/vim/after/ftplugin/go.vim b/vim/after/ftplugin/go.vim @@ -0,0 +1 @@ +setlocal tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab