summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Tempfile.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-26 00:10:28 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-26 00:10:28 +0300
commitcd67423913ca92bdb4652c8c685b93557982a266 (patch)
treea8bd11c548b9a57f4b0c1c0e184ba8addba2cfe9 /solenv/gbuild/Tempfile.mk
parentbb2bc3e03a7ec373b20f79bf51ea041e42a92810 (diff)
Add Emacs mode lines and a few missing vim ones
Diffstat (limited to 'solenv/gbuild/Tempfile.mk')
-rw-r--r--solenv/gbuild/Tempfile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/Tempfile.mk b/solenv/gbuild/Tempfile.mk
index d87fc373fc9b..bad6bd4a1a40 100644
--- a/solenv/gbuild/Tempfile.mk
+++ b/solenv/gbuild/Tempfile.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Write string to temporary file by chopping into pieces that
# fit the commandline
# parameters: filename, maxitems (for one write), string
@@ -16,3 +17,4 @@ $(foreach item,$(3),$(eval gb_var2file_curblock += $(item)
))
endef
+# vim: set noet sw=4 ts=4: