summaryrefslogtreecommitdiffstats
path: root/sw/Package_xml.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-30 23:03:51 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-30 23:03:51 +0300
commit24b6225f93ea5d22d727e0b03bc468bc5cc21af3 (patch)
tree9c6347b4fc429882174860d9378e4460da86258e /sw/Package_xml.mk
parentRelated: fdo#34184 don't claim that all errors are due to invalid address (diff)
downloadcore-24b6225f93ea5d22d727e0b03bc468bc5cc21af3.tar.gz
core-24b6225f93ea5d22d727e0b03bc468bc5cc21af3.zip
Add consistent Emacs and vim mode lines
Diffstat (limited to 'sw/Package_xml.mk')
-rw-r--r--sw/Package_xml.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/Package_xml.mk b/sw/Package_xml.mk
index dee52fdd97f3..f292231b6ff8 100644
--- a/sw/Package_xml.mk
+++ b/sw/Package_xml.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -27,3 +28,5 @@
$(eval $(call gb_Package_Package,sw_xml,$(SRCDIR)/sw/xml))
$(eval $(call gb_Package_add_file,sw_xml,xml/writer.xml,writer.xml))
+
+# vim: set noet sw=4 ts=4: