From fe09939e5a2592b2fbae9adbd365d6009e50d84f Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Thu, 25 Apr 2013 14:51:35 +0200 Subject: [PATCH] guardfile is ruby --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 74a1a4e..5635836 100644 --- a/vimrc +++ b/vimrc @@ -75,6 +75,7 @@ autocmd FileType make set noexpandtab "makefiles need tabs autocmd FileType ruby set softtabstop=2 shiftwidth=2 autocmd FileType eruby set softtabstop=2 shiftwidth=2 autocmd FileType coffee set softtabstop=4 shiftwidth=4 +au BufRead,BufNewFile Guardfile setfiletype ruby "notify line length > 80 function HighlightOverLength()