summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Leigh <jack.leigh@collabora.com>2014-05-14 15:45:54 +0100
committerJack Leigh <jack.leigh@collabora.com>2014-05-14 17:20:21 +0100
commitd79235bcef6c3dac30910e4dd4e57e528e6064c2 (patch)
treeeebb06bfd27174096e4bada2662390b39865a06b
parente07ef4f67e4708a242ef9acb365fd197886b76e0 (diff)
Add vim modeline to init_buildsystem
-rwxr-xr-xinit_buildsystem2
1 files changed, 2 insertions, 0 deletions
diff --git a/init_buildsystem b/init_buildsystem
index 47ff290..7d43e5b 100755
--- a/init_buildsystem
+++ b/init_buildsystem
@@ -1000,3 +1000,5 @@ rm -f $BUILD_IS_RUNNING
rm -f $TMPFILE
cleanup_and_exit 0
+
+# vim: set tabstop=8 softtabstop=4 shiftwidth=4 noexpandtab: