diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-02-13 22:07:09 -0500 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-02-13 22:07:09 -0500 |
commit | fa40c9c0a1ec3238053575a2fac228f92d49fd78 (patch) | |
tree | 483a09d3c3e77f0cfcf257c3c4954b66af122c7b | |
parent | cefe6e764a448f42e1491d8505279a51804ff7e8 (diff) |
adding eruby filetype settings
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |