Add file-local emacs and vi filetype settings for Vagrantfile

This commit is contained in:
William Roe 2011-10-01 19:29:43 +01:00 committed by Mitchell Hashimoto
parent f2d9b36505
commit 8c3af5cade
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
<%= <<-END
# -*- mode: ruby -*-
# vi: set ft=ruby :
END
%>
Vagrant::Config.run do |config|
# All Vagrant configuration is done here. The most common configuration
# options are documented and commented below. For a complete reference,