Add a vim modeline with indentation settings.
[matthijs/upstream/backupninja.git] / handlers / sh.in
index f9f19260f95cff5fe776945e28215a47a9a52d7d..b070f3bce24f962e47a404a341f84efc18e1d87c 100644 (file)
@@ -1,7 +1,8 @@
 # -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
 #
 # shell script handler for backupninja
 # runs the file /etc/backup.d/scriptname.sh
-# 
+#
 
 [ $test ] || ( . $1 )