summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-30 23:01:27 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-30 23:01:27 +0300
commit01d69f0b304ca1c51bc9667fb3874adff000dd60 (patch)
tree00b56691d221c4235f75e1c9d7c96518d9bcd6d5
parentf73dd26567c5e0e597f4464901148d7060b9875f (diff)
Add consistent Emacs and vim mode lines
-rw-r--r--basctl/AllLangResTarget_basctl.mk3
-rw-r--r--basctl/Library_basctl.mk3
-rw-r--r--basctl/Module_basctl.mk3
-rw-r--r--basctl/Package_xml.mk3
-rw-r--r--cui/AllLangResTarget_cui.mk3
-rw-r--r--cui/Library_cui.mk3
-rw-r--r--cui/Module_cui.mk3
-rw-r--r--forms/AllLangResTarget_frm.mk3
-rw-r--r--forms/JunitTest_forms_complex.mk1
-rw-r--r--forms/JunitTest_forms_unoapi.mk1
-rw-r--r--forms/Library_frm.mk3
-rw-r--r--forms/Module_forms.mk3
-rw-r--r--forms/Package_unotypes.mk3
-rw-r--r--wizards/AllLangResTarget_cal.mk3
-rw-r--r--wizards/AllLangResTarget_dbw.mk3
-rw-r--r--wizards/AllLangResTarget_eur.mk3
-rw-r--r--wizards/AllLangResTarget_imp.mk3
-rw-r--r--wizards/AllLangResTarget_tpl.mk3
-rw-r--r--wizards/AllLangResTarget_wwz.mk3
-rw-r--r--wizards/AllLangResTarget_wzi.mk3
-rw-r--r--wizards/Jar_agenda.mk1
-rw-r--r--wizards/Jar_commonwizards.mk1
-rw-r--r--wizards/Jar_fax.mk1
-rw-r--r--wizards/Jar_form.mk1
-rw-r--r--wizards/Jar_letter.mk1
-rw-r--r--wizards/Jar_query.mk1
-rw-r--r--wizards/Jar_report.mk1
-rw-r--r--wizards/Jar_reportbuilder.mk1
-rw-r--r--wizards/Jar_table.mk1
-rw-r--r--wizards/Jar_web.mk1
-rw-r--r--wizards/Module_wizards.mk1
-rw-r--r--wizards/Zip_depot.mk1
-rw-r--r--wizards/Zip_euro.mk1
-rw-r--r--wizards/Zip_form.mk1
-rw-r--r--wizards/Zip_gimmicks.mk1
-rw-r--r--wizards/Zip_import.mk1
-rw-r--r--wizards/Zip_launcher.mk1
-rw-r--r--wizards/Zip_schedule.mk1
-rw-r--r--wizards/Zip_share.mk1
-rw-r--r--wizards/Zip_standard.mk1
-rw-r--r--wizards/Zip_template.mk1
-rw-r--r--wizards/Zip_tools.mk1
-rw-r--r--wizards/Zip_tutorials.mk1
-rw-r--r--wizards/Zip_usr.mk1
-rw-r--r--wizards/Zip_web.mk1
45 files changed, 63 insertions, 18 deletions
diff --git a/basctl/AllLangResTarget_basctl.mk b/basctl/AllLangResTarget_basctl.mk
index d7def50bb..ed9c4d5a0 100644
--- a/basctl/AllLangResTarget_basctl.mk
+++ b/basctl/AllLangResTarget_basctl.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.
@@ -53,4 +54,4 @@ $(eval $(call gb_SrsTarget_add_files,basctl/res,\
basctl/source/dlged/managelang.src \
))
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/basctl/Library_basctl.mk b/basctl/Library_basctl.mk
index 73e12a812..61ea991e1 100644
--- a/basctl/Library_basctl.mk
+++ b/basctl/Library_basctl.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.
@@ -131,4 +132,4 @@ $(eval $(call gb_Library_add_linked_libs,basctl,\
))
endif
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/basctl/Module_basctl.mk b/basctl/Module_basctl.mk
index 1ab09c494..57ab3293f 100644
--- a/basctl/Module_basctl.mk
+++ b/basctl/Module_basctl.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.
@@ -33,4 +34,4 @@ $(eval $(call gb_Module_add_targets,basctl,\
Package_xml \
))
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/basctl/Package_xml.mk b/basctl/Package_xml.mk
index 9630050f8..c20b7a87e 100644
--- a/basctl/Package_xml.mk
+++ b/basctl/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.
@@ -38,4 +39,4 @@ $(eval $(call gb_Package_add_file,basctl_xml,xml/uiconfig/modules/BasicIDE/toolb
$(eval $(call gb_Package_add_file,basctl_xml,xml/uiconfig/modules/BasicIDE/toolbar/standardbar.xml,uiconfig/basicide/toolbar/standardbar.xml))
$(eval $(call gb_Package_add_file,basctl_xml,xml/uiconfig/modules/BasicIDE/toolbar/translationbar.xml,uiconfig/basicide/toolbar/translationbar.xml))
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/cui/AllLangResTarget_cui.mk b/cui/AllLangResTarget_cui.mk
index 107b1f7ee..b0ac2f591 100644
--- a/cui/AllLangResTarget_cui.mk
+++ b/cui/AllLangResTarget_cui.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -131,4 +132,4 @@ $(eval $(call gb_SrsTarget_add_files,cui/res,\
cui/source/tabpages/transfrm.src \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk
index d4f49287a..51f2b46b7 100644
--- a/cui/Library_cui.mk
+++ b/cui/Library_cui.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -220,4 +221,4 @@ $(eval $(call gb_Library_add_exception_objects,cui,\
))
endif
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/cui/Module_cui.mk b/cui/Module_cui.mk
index aaab8dfbd..1644c79dc 100644
--- a/cui/Module_cui.mk
+++ b/cui/Module_cui.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -32,4 +33,4 @@ $(eval $(call gb_Module_add_targets,cui,\
Library_cui \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/forms/AllLangResTarget_frm.mk b/forms/AllLangResTarget_frm.mk
index a2c2b774e..4b7a69247 100644
--- a/forms/AllLangResTarget_frm.mk
+++ b/forms/AllLangResTarget_frm.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -47,4 +48,4 @@ $(eval $(call gb_SrsTarget_add_files,frm/res,\
forms/source/resource/xforms.src \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/forms/JunitTest_forms_complex.mk b/forms/JunitTest_forms_complex.mk
index 420b051a5..91a4b5615 100644
--- a/forms/JunitTest_forms_complex.mk
+++ b/forms/JunitTest_forms_complex.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
diff --git a/forms/JunitTest_forms_unoapi.mk b/forms/JunitTest_forms_unoapi.mk
index 68e2a0016..9fc231278 100644
--- a/forms/JunitTest_forms_unoapi.mk
+++ b/forms/JunitTest_forms_unoapi.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
diff --git a/forms/Library_frm.mk b/forms/Library_frm.mk
index eb55d849b..6b2eac9fb 100644
--- a/forms/Library_frm.mk
+++ b/forms/Library_frm.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -173,4 +174,4 @@ $(eval $(call gb_Library_add_exception_objects,frm,\
forms/source/xforms/xpathlib/xpathlib \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/forms/Module_forms.mk b/forms/Module_forms.mk
index 58837fd53..4e4b30823 100644
--- a/forms/Module_forms.mk
+++ b/forms/Module_forms.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -38,4 +39,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,forms,\
JunitTest_forms_complex \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/forms/Package_unotypes.mk b/forms/Package_unotypes.mk
index 8d9741029..5641ac26d 100644
--- a/forms/Package_unotypes.mk
+++ b/forms/Package_unotypes.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -29,4 +30,4 @@ $(eval $(call gb_Package_Package,forms_unotypes,$(SRCDIR)/forms/util))
$(eval $(call gb_Package_add_file,forms_unotypes,xml/frm.xml,frm.xml))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/wizards/AllLangResTarget_cal.mk b/wizards/AllLangResTarget_cal.mk
index 75a525afe..36cc8a772 100644
--- a/wizards/AllLangResTarget_cal.mk
+++ b/wizards/AllLangResTarget_cal.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.
@@ -42,4 +43,4 @@ $(eval $(call gb_SrsTarget_add_files,cal/res,\
wizards/source/schedule/schedule.src \
))
-
+# vim: set noet sw=4 ts=4:
diff --git a/wizards/AllLangResTarget_dbw.mk b/wizards/AllLangResTarget_dbw.mk
index 2e7f3a10f..5d3c557d7 100644
--- a/wizards/AllLangResTarget_dbw.mk
+++ b/wizards/AllLangResTarget_dbw.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.
@@ -42,4 +43,4 @@ $(eval $(call gb_SrsTarget_add_files,dbw/res,\
wizards/source/formwizard/dbwizres.src \
))
-
+# vim: set noet sw=4 ts=4:
diff --git a/wizards/AllLangResTarget_eur.mk b/wizards/AllLangResTarget_eur.mk
index 6efe8bfa6..6fa0fd57a 100644
--- a/wizards/AllLangResTarget_eur.mk
+++ b/wizards/AllLangResTarget_eur.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.
@@ -42,4 +43,4 @@ $(eval $(call gb_SrsTarget_add_files,eur/res,\
wizards/source/euro/euro.src \
))
-
+# vim: set noet sw=4 ts=4:
diff --git a/wizards/AllLangResTarget_imp.mk b/wizards/AllLangResTarget_imp.mk
index b671b930d..ff3b2eefa 100644
--- a/wizards/AllLangResTarget_imp.mk
+++ b/wizards/AllLangResTarget_imp.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.
@@ -42,4 +43,4 @@ $(eval $(call gb_SrsTarget_add_files,imp/res,\
wizards/source/importwizard/importwi.src \
))
-
+# vim: set noet sw=4 ts=4:
diff --git a/wizards/AllLangResTarget_tpl.mk b/wizards/AllLangResTarget_tpl.mk
index a6f6068d7..a7d178cdf 100644
--- a/wizards/AllLangResTarget_tpl.mk
+++ b/wizards/AllLangResTarget_tpl.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.
@@ -42,4 +43,4 @@ $(eval $(call gb_SrsTarget_add_files,tpl/res,\
wizards/source/template/template.src \
))
-
+# vim: set noet sw=4 ts=4:
diff --git a/wizards/AllLangResTarget_wwz.mk b/wizards/AllLangResTarget_wwz.mk
index c62bf40c6..8bfeab492 100644
--- a/wizards/AllLangResTarget_wwz.mk
+++ b/wizards/AllLangResTarget_wwz.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.
@@ -42,4 +43,4 @@ $(eval $(call gb_SrsTarget_add_files,wwz/res,\
wizards/source/webwizard/webwizar.src \
))
-
+# vim: set noet sw=4 ts=4:
diff --git a/wizards/AllLangResTarget_wzi.mk b/wizards/AllLangResTarget_wzi.mk
index fe6da0153..62cdd2a82 100644
--- a/wizards/AllLangResTarget_wzi.mk
+++ b/wizards/AllLangResTarget_wzi.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.
@@ -44,4 +45,4 @@ $(eval $(call gb_SrsTarget_add_files,wzi/res,\
wizards/source/imagelists/imagelists.src \
))
-
+# vim: set noet sw=4 ts=4:
diff --git a/wizards/Jar_agenda.mk b/wizards/Jar_agenda.mk
index 289b9bec2..4f6fd1036 100644
--- a/wizards/Jar_agenda.mk
+++ b/wizards/Jar_agenda.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.
diff --git a/wizards/Jar_commonwizards.mk b/wizards/Jar_commonwizards.mk
index ba73cacdf..dcc4c6d7b 100644
--- a/wizards/Jar_commonwizards.mk
+++ b/wizards/Jar_commonwizards.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.
diff --git a/wizards/Jar_fax.mk b/wizards/Jar_fax.mk
index b189bd939..941fd050a 100644
--- a/wizards/Jar_fax.mk
+++ b/wizards/Jar_fax.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.
diff --git a/wizards/Jar_form.mk b/wizards/Jar_form.mk
index 128b33d8a..02c5ce409 100644
--- a/wizards/Jar_form.mk
+++ b/wizards/Jar_form.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.
diff --git a/wizards/Jar_letter.mk b/wizards/Jar_letter.mk
index 270bc5c83..2f69f7992 100644
--- a/wizards/Jar_letter.mk
+++ b/wizards/Jar_letter.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.
diff --git a/wizards/Jar_query.mk b/wizards/Jar_query.mk
index 2183238ca..a9a580749 100644
--- a/wizards/Jar_query.mk
+++ b/wizards/Jar_query.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.
diff --git a/wizards/Jar_report.mk b/wizards/Jar_report.mk
index bc563b180..80caacbc8 100644
--- a/wizards/Jar_report.mk
+++ b/wizards/Jar_report.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.
diff --git a/wizards/Jar_reportbuilder.mk b/wizards/Jar_reportbuilder.mk
index 6eb02ea03..c8e8a6470 100644
--- a/wizards/Jar_reportbuilder.mk
+++ b/wizards/Jar_reportbuilder.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.
diff --git a/wizards/Jar_table.mk b/wizards/Jar_table.mk
index b9204f8ca..b99b741f4 100644
--- a/wizards/Jar_table.mk
+++ b/wizards/Jar_table.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.
diff --git a/wizards/Jar_web.mk b/wizards/Jar_web.mk
index 3d1cee8c5..1fe0401ea 100644
--- a/wizards/Jar_web.mk
+++ b/wizards/Jar_web.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.
diff --git a/wizards/Module_wizards.mk b/wizards/Module_wizards.mk
index 30c156927..42cb8b8a0 100644
--- a/wizards/Module_wizards.mk
+++ b/wizards/Module_wizards.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.
diff --git a/wizards/Zip_depot.mk b/wizards/Zip_depot.mk
index ac7ab5d18..02c5c07f3 100644
--- a/wizards/Zip_depot.mk
+++ b/wizards/Zip_depot.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.
diff --git a/wizards/Zip_euro.mk b/wizards/Zip_euro.mk
index 31447073f..ffd173bb5 100644
--- a/wizards/Zip_euro.mk
+++ b/wizards/Zip_euro.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.
diff --git a/wizards/Zip_form.mk b/wizards/Zip_form.mk
index 6ca5a9593..619be95b9 100644
--- a/wizards/Zip_form.mk
+++ b/wizards/Zip_form.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.
diff --git a/wizards/Zip_gimmicks.mk b/wizards/Zip_gimmicks.mk
index 6bf532941..491a5964a 100644
--- a/wizards/Zip_gimmicks.mk
+++ b/wizards/Zip_gimmicks.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.
diff --git a/wizards/Zip_import.mk b/wizards/Zip_import.mk
index 3bffae041..e09b6dff0 100644
--- a/wizards/Zip_import.mk
+++ b/wizards/Zip_import.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.
diff --git a/wizards/Zip_launcher.mk b/wizards/Zip_launcher.mk
index 091b4a45e..bd1a99ed6 100644
--- a/wizards/Zip_launcher.mk
+++ b/wizards/Zip_launcher.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.
diff --git a/wizards/Zip_schedule.mk b/wizards/Zip_schedule.mk
index 3035e28a3..7ef68a84b 100644
--- a/wizards/Zip_schedule.mk
+++ b/wizards/Zip_schedule.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.
diff --git a/wizards/Zip_share.mk b/wizards/Zip_share.mk
index 22e62073c..2d6a6597e 100644
--- a/wizards/Zip_share.mk
+++ b/wizards/Zip_share.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.
diff --git a/wizards/Zip_standard.mk b/wizards/Zip_standard.mk
index 7428c68f0..f63539fd4 100644
--- a/wizards/Zip_standard.mk
+++ b/wizards/Zip_standard.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.
diff --git a/wizards/Zip_template.mk b/wizards/Zip_template.mk
index 2e5a2bca2..1cb203009 100644
--- a/wizards/Zip_template.mk
+++ b/wizards/Zip_template.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.
diff --git a/wizards/Zip_tools.mk b/wizards/Zip_tools.mk
index ac3eaf5c8..bb51103ba 100644
--- a/wizards/Zip_tools.mk
+++ b/wizards/Zip_tools.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.
diff --git a/wizards/Zip_tutorials.mk b/wizards/Zip_tutorials.mk
index 5d5703085..c9b56aa44 100644
--- a/wizards/Zip_tutorials.mk
+++ b/wizards/Zip_tutorials.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.
diff --git a/wizards/Zip_usr.mk b/wizards/Zip_usr.mk
index 0d9171538..8f0d2fbe3 100644
--- a/wizards/Zip_usr.mk
+++ b/wizards/Zip_usr.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.
diff --git a/wizards/Zip_web.mk b/wizards/Zip_web.mk
index 56cddf8c4..599c0cb19 100644
--- a/wizards/Zip_web.mk
+++ b/wizards/Zip_web.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.