Skip to content

Commit f29e73a

Browse files
committed
Merge pull request rails#50 from yuvipanda/modeline
Add ruby modeline to Vagrant file
2 parents e36eddc + f2a3a45 commit f29e73a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Vagrantfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- mode: ruby -*-
2+
# vi: set ft=ruby :
13
Vagrant.configure('2') do |config|
24
config.vm.box = 'precise32'
35
config.vm.box_url = 'http://files.vagrantup.com/precise32.box'

0 commit comments

Comments
 (0)