From cbe81b06c8cbf906f582898d8a1cbac30ea45094 Mon Sep 17 00:00:00 2001 From: Greg Dahlman Date: Thu, 18 May 2017 17:07:19 -0700 Subject: [PATCH] configure tabs as 2 spaces to avoid a dependency on global ruby defaults --- ftdetect/vagrant.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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