From fa40c9c0a1ec3238053575a2fac228f92d49fd78 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sun, 13 Feb 2011 22:07:09 -0500 Subject: adding eruby filetype settings --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index aa4eedb..d47111e 100644 --- a/vimrc +++ b/vimrc @@ -41,6 +41,7 @@ if has("autocmd") au FileType xhtml setlocal ts=2 sw=2 sts=2 expandtab au FileType htmldjango setlocal ts=2 sw=2 sts=2 expandtab au FileType ruby setlocal ts=2 sw=2 sts=2 expandtab + au FileType eruby setlocal ts=2 sw=2 sts=2 expandtab " text files au BufRead,BufNewFile *.txt setlocal filetype=text -- cgit v1.2.3