diff options
author | YuviPanda <yuvipanda@gmail.com> | 2015-07-12 12:14:11 -0400 |
---|---|---|
committer | YuviPanda <yuvipanda@gmail.com> | 2015-07-12 12:15:41 -0400 |
commit | 2adbf36f656b68ef09f1d6dafdc9f1b8f99d8080 (patch) | |
tree | d4ffbff20b67cc1c1bcc31e587b461ff10194eb9 | |
parent | 2d50141b8b0b223e3b437ff3bda0dd2dc7a64ef5 (diff) |
Add emacs/vim modelines to Vagrantfile
Makes most editors recognize Vagrantfile as a ruby file and do
appropriate syntax highlighting
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile index 18590a8f..2d9b473e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,3 +1,5 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : Vagrant.configure("2") do |config| config.vm.define :node1 do |config| |