From bb0946b98901b4b1c676f8efccf34ed8f367d802 Mon Sep 17 00:00:00 2001 From: hSATAC Date: Fri, 30 Aug 2013 16:17:38 +0800 Subject: [PATCH] Disable for test --- vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index bf08510a..03f17a1a 100644 --- a/vimrc +++ b/vimrc @@ -126,7 +126,11 @@ autocmd FileType ruby,eruby,yaml set softtabstop=2 shiftwidth=2 tabstop=2 " Go au FileType go au BufWritePre Fmt -au FileType go set ts=2 " Set tabs to 2 spaces +"au FileType go + "\ set ts=2 | " Set tabs to 2 spaces + "\ set noexpandtab + "\ set shiftwidth=2 + "\ set softtabstop=2 "Restore cursor to file position in previous editing session set viminfo='10,\"100,:20,%,n~/.viminfo