aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2009-05-22 15:27:09 +0200
committerMatthijs Kooijman <matthijs@stdin.nl>2009-05-23 10:42:20 +0200
commit78884142e7cdaaf3e1f5571b1f28d2ea5a520b30 (patch)
tree686d3d719c1fd90c94caaa38bc2e9796c23504e9 /src
parent4ecaae94054c4eb919ddbd45904d834383a09558 (diff)
downloadbackupninja-78884142e7cdaaf3e1f5571b1f28d2ea5a520b30.tar.gz
backupninja-78884142e7cdaaf3e1f5571b1f28d2ea5a520b30.tar.bz2
Add a vim modeline with indentation settings.
The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines).
Diffstat (limited to 'src')
-rwxr-xr-xsrc/backupninja.in1
-rwxr-xr-xsrc/ninjahelper.in1
-rwxr-xr-xsrc/ninjareport.in1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/backupninja.in b/src/backupninja.in
index ca5074c..a158715 100755
--- a/src/backupninja.in
+++ b/src/backupninja.in
@@ -1,5 +1,6 @@
#!@BASH@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# |\_
# B A C K U P N I N J A /()/
diff --git a/src/ninjahelper.in b/src/ninjahelper.in
index 7bbef1f..2a7faa9 100755
--- a/src/ninjahelper.in
+++ b/src/ninjahelper.in
@@ -1,5 +1,6 @@
#!@BASH@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
####################################################
## Functions
diff --git a/src/ninjareport.in b/src/ninjareport.in
index 56a7209..4bc244e 100755
--- a/src/ninjareport.in
+++ b/src/ninjareport.in
@@ -1,5 +1,6 @@
#!@BASH@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
#
# Ninjareport - generate a single simple report for a lot of hosts