Add file-local emacs and vi filetype settings for Vagrantfile
This commit is contained in:
parent
f2d9b36505
commit
8c3af5cade
|
@ -1,3 +1,8 @@
|
||||||
|
<%= <<-END
|
||||||
|
# -*- mode: ruby -*-
|
||||||
|
# vi: set ft=ruby :
|
||||||
|
END
|
||||||
|
%>
|
||||||
Vagrant::Config.run do |config|
|
Vagrant::Config.run do |config|
|
||||||
# All Vagrant configuration is done here. The most common configuration
|
# All Vagrant configuration is done here. The most common configuration
|
||||||
# options are documented and commented below. For a complete reference,
|
# options are documented and commented below. For a complete reference,
|
||||||
|
|
Loading…
Reference in New Issue