From: Philippe Huerlimann Date: Thu, 14 Jun 2012 21:53:50 +0000 (+0200) Subject: changed the go tab settings to match the gofmt defaults X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=79dbc9cbb5b1dc513e53bd304276facb3061a573;p=vimfiles.git changed the go tab settings to match the gofmt defaults --- diff --git a/ftplugin/go.vim b/ftplugin/go.vim index b5bd239..1fff714 100644 --- a/ftplugin/go.vim +++ b/ftplugin/go.vim @@ -1 +1,6 @@ +set noexpandtab +set tabstop=4 +set shiftwidth=4 +set softtabstop=4 + nnoremap f :%!gofmt