summaryrefslogtreecommitdiff
path: root/dbaccess/Package_xml.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-30 23:01:01 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-30 23:01:01 +0300
commit36aeabdc8b06f3e3989dc07f76334bd083d78ef3 (patch)
tree3e1d97a387a22c199c091c10c822ecdf830fc44e /dbaccess/Package_xml.mk
parentc2a7f87b9249a8ffce185f25a75a65a3ae103891 (diff)
Add consistent Emacs and vim mode lines
Diffstat (limited to 'dbaccess/Package_xml.mk')
-rw-r--r--dbaccess/Package_xml.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/Package_xml.mk b/dbaccess/Package_xml.mk
index 64463fe0dbaf..fcf03a6f8612 100644
--- a/dbaccess/Package_xml.mk
+++ b/dbaccess/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.
@@ -28,3 +29,5 @@
$(eval $(call gb_Package_Package,dbaccess_xml,$(SRCDIR)/dbaccess/prj))
$(eval $(call gb_Package_add_file,dbaccess_xml,prj/dba.xml,dba.xml))
$(eval $(call gb_Package_add_file,dbaccess_xml,prj/dbu.xml,dbu.xml))
+
+# vim: set noet sw=4 ts=4: