aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-02-13 22:07:09 -0500
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-02-13 22:07:09 -0500
commitfa40c9c0a1ec3238053575a2fac228f92d49fd78 (patch)
tree483a09d3c3e77f0cfcf257c3c4954b66af122c7b /vimrc
parentcefe6e764a448f42e1491d8505279a51804ff7e8 (diff)
adding eruby filetype settings
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
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