Skip to content

Commit

Permalink
Disable for test
Browse files Browse the repository at this point in the history
  • Loading branch information
hSATAC committed Aug 30, 2013
1 parent 903cdcf commit bb0946b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vimrc
Expand Up @@ -126,7 +126,11 @@ autocmd FileType ruby,eruby,yaml set softtabstop=2 shiftwidth=2 tabstop=2

" Go
au FileType go au BufWritePre <buffer> 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
Expand Down

0 comments on commit bb0946b

Please sign in to comment.