From 374a00ddead76fb4fe26f6f427ed90aa345f9a3e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 10 Feb 2014 12:49:21 +0100 Subject: vim: use Go's defaults for indentation. --- vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index ea5ef55..6c38811 100644 --- a/vimrc +++ b/vimrc @@ -116,6 +116,7 @@ autocmd FileType ruby set shiftwidth=2 autocmd FileType c set shiftwidth=4 tabstop=4 autocmd FileType yacc set shiftwidth=4 tabstop=4 autocmd FileType go set shiftwidth=4 tabstop=4 +autocmd FileType go autocmd BufWritePre Fmt "" " Re-mappings -- cgit v1.2.3