aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2010-05-07 09:34:52 -0400
committerMatt Singleton <matthew.j.singleton@gmail.com>2010-05-07 09:34:52 -0400
commit861e1bed9ec33e6e96c513206466dfbe4d8ddce4 (patch)
treec49e949d8b8a09c9f4591d78e8d1a4efa7925913 /vimrc
parentc9774fcbefbf5a063fdbeb6e4cd27a3990fdf8aa (diff)
whitespace fix
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index 47b23e4..4016c8c 100644
--- a/vimrc
+++ b/vimrc
@@ -40,7 +40,7 @@ if has("autocmd")
au FileType ruby setlocal ts=2 sw=2 sts=2 expandtab
" text files
- au BufRead,BufNewFile *.txt setlocal filetype=text
+ au BufRead,BufNewFile *.txt setlocal filetype=text
" php files
au BufRead,BufNewFile *.module setlocal filetype=php
@@ -49,7 +49,7 @@ if has("autocmd")
" html templates
au BufRead,BufNewFile *.mako setlocal filetype=html
- au BufRead,BufNewFile *.ftl setlocal filetype=html
+ au BufRead,BufNewFile *.ftl setlocal filetype=html
" When editing a file, always jump to the last known cursor position.
" Don't do it when the position is invalid or when inside an event handler