aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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