aboutsummaryrefslogtreecommitdiffstats
path: root/src/_vagrant
diff options
context:
space:
mode:
Diffstat (limited to 'src/_vagrant')
-rw-r--r--src/_vagrant11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/_vagrant b/src/_vagrant
index af4f3dd..07b69e0 100644
--- a/src/_vagrant
+++ b/src/_vagrant
@@ -14,9 +14,6 @@
# * Nikita Fedyashev (https://github.com/nfedyashev)
#
# ------------------------------------------------------------------------------
-# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
-# vim: ft=zsh sw=2 ts=2 et
-# ------------------------------------------------------------------------------
local -a _1st_arguments
@@ -125,3 +122,11 @@ case $state in
esac
;;
esac
+
+# Local Variables:
+# mode: Shell-Script
+# sh-indentation: 2
+# indent-tabs-mode: nil
+# sh-basic-offset: 2
+# End:
+# vim: ft=zsh sw=2 ts=2 et