diff --git a/ftdetect/vagrant.vim b/ftdetect/vagrant.vim index 2dd5112..7726ee3 100644 --- a/ftdetect/vagrant.vim +++ b/ftdetect/vagrant.vim @@ -1 +1 @@ -au BufRead,BufNewFile Vagrantfile set filetype=ruby +au BufRead,BufNewFile Vagrantfile set filetype=ruby tabstop=2 softtabstop=0 expandtab shiftwidth=2 smarttab