summaryrefslogtreecommitdiff
path: root/tools/Package_inc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Package_inc.mk')
-rw-r--r--tools/Package_inc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/Package_inc.mk b/tools/Package_inc.mk
index 45d6c4a38f4f..a5d0ca24dc63 100644
--- a/tools/Package_inc.mk
+++ b/tools/Package_inc.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.
@@ -101,3 +102,5 @@ $(eval $(call gb_Package_add_file,tools_inc,inc/tools/weakbase.hxx,tools/weakbas
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/wintypes.hxx,tools/wintypes.hxx))
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/wldcrd.hxx,tools/wldcrd.hxx))
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/zcodec.hxx,tools/zcodec.hxx))
+
+# vim: set noet sw=4 ts=4: