Skip to content

Commit c4d3ca9

Browse files
Doug KearnsDoug Kearns
authored andcommitted
Whitespace fix
1 parent c416a36 commit c4d3ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftdetect/ruby.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ au BufNewFile,BufRead Capfile set filetype=ruby
2323
au BufNewFile,BufRead Gemfile set filetype=ruby
2424

2525
" Autotest
26-
au BufNewFile,BufRead .autotest set filetype=ruby
26+
au BufNewFile,BufRead .autotest set filetype=ruby
2727

2828
" eRuby
2929
au BufNewFile,BufRead *.erb,*.rhtml set filetype=eruby

0 commit comments

Comments
 (0)