Skip to content

Commit 034e564

Browse files
committed
Fix alignment
This isn't that hard, contributors. Next time, I'm reverting.
1 parent 1efcf04 commit 034e564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ftdetect/ruby.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ au BufNewFile,BufRead .autotest set filetype=ruby
2929
au BufNewFile,BufRead *.erb,*.rhtml set filetype=eruby
3030

3131
" Thor
32-
au BufNewFile,BufRead [tT]horfile,*.thor set filetype=ruby
32+
au BufNewFile,BufRead [tT]horfile,*.thor set filetype=ruby

0 commit comments

Comments
 (0)