summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk3
-rw-r--r--hwpfilter/Library_hwp.mk3
-rw-r--r--hwpfilter/Module_hwpfilter.mk3
-rw-r--r--lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk3
-rw-r--r--lotuswordpro/Library_lwpft.mk3
-rw-r--r--lotuswordpro/Module_lotuswordpro.mk3
-rw-r--r--oox/Library_oox.mk3
-rw-r--r--oox/Module_oox.mk3
-rw-r--r--oox/Package_generated.mk3
-rw-r--r--oox/Package_inc.mk3
-rw-r--r--oox/Package_source.mk3
-rw-r--r--oox/Package_tokens.mk3
-rw-r--r--unoxml/JunitTest_unordf_complex.mk1
-rw-r--r--unoxml/JunitTest_unoxml_complex.mk1
-rw-r--r--unoxml/Library_unordf.mk2
-rw-r--r--unoxml/Library_unoxml.mk2
-rw-r--r--unoxml/Module_unoxml.mk1
-rw-r--r--writerfilter/CppunitTest_writerfilter_doctok.mk1
-rw-r--r--writerfilter/JunitTest_writerfilter_complex.mk1
-rw-r--r--writerfilter/Library_doctok.mk3
-rw-r--r--writerfilter/Library_ooxml.mk3
-rw-r--r--writerfilter/Library_resourcemodel.mk3
-rw-r--r--writerfilter/Library_rtftok.mk3
-rw-r--r--writerfilter/Library_writerfilter.mk3
-rw-r--r--writerfilter/Library_writerfilter_uno.mk3
-rw-r--r--writerfilter/Module_writerfilter.mk3
-rw-r--r--writerfilter/Package_writerfilter_generated.mk2
-rw-r--r--writerperfect/Library_msworks.mk3
-rw-r--r--writerperfect/Library_visioimport.mk3
-rw-r--r--writerperfect/Library_wpft.mk3
-rw-r--r--writerperfect/Library_wpgimport.mk3
-rw-r--r--writerperfect/Module_writerperfect.mk3
-rw-r--r--writerperfect/StaticLibrary_writerperfect.mk3
33 files changed, 60 insertions, 26 deletions
diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
index 386e6fa04da3..ffb5d94e6d02 100644
--- a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
+++ b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
@@ -85,4 +86,4 @@ $(eval $(call gb_RdbTarget_add_old_components,hwpfilter_test_hwpfilter,\
# by a link relation
$(call gb_CppunitTest_get_target,hwpfilter_test_hwpfilter) : $(call gb_Library_get_target,hwp)
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/hwpfilter/Library_hwp.mk b/hwpfilter/Library_hwp.mk
index a3bfaf241af7..5158b884261c 100644
--- a/hwpfilter/Library_hwp.mk
+++ b/hwpfilter/Library_hwp.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
@@ -88,4 +89,4 @@ $(eval $(call gb_Library_add_exception_objects,hwp,\
hwpfilter/source/solver \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/hwpfilter/Module_hwpfilter.mk b/hwpfilter/Module_hwpfilter.mk
index 9985b7e6034e..b67c15b0bbb6 100644
--- a/hwpfilter/Module_hwpfilter.mk
+++ b/hwpfilter/Module_hwpfilter.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
@@ -35,4 +36,4 @@ $(eval $(call gb_Module_add_check_targets,hwpfilter,\
CppunitTest_hwpfilter_test_hwpfilter \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
index 5bebd75b7849..12a0d5aebe79 100644
--- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
+++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
@@ -80,4 +81,4 @@ $(eval $(call gb_RdbTarget_add_components,lotuswordpro_test_lotuswordpro,\
# by a link relation
$(call gb_CppunitTest_get_target,lotuswordpro_test_lotuswordpro) : $(call gb_Library_get_target,lwpft)
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/lotuswordpro/Library_lwpft.mk b/lotuswordpro/Library_lwpft.mk
index bc4e9ca4110b..ca02b4039c31 100644
--- a/lotuswordpro/Library_lwpft.mk
+++ b/lotuswordpro/Library_lwpft.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
@@ -237,4 +238,4 @@ $(eval $(call gb_Library_add_exception_objects,lwpft,\
lotuswordpro/source/filter/xfilter/xfutil \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/lotuswordpro/Module_lotuswordpro.mk b/lotuswordpro/Module_lotuswordpro.mk
index d523bda2e24a..f8427c98a435 100644
--- a/lotuswordpro/Module_lotuswordpro.mk
+++ b/lotuswordpro/Module_lotuswordpro.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
@@ -35,4 +36,4 @@ $(eval $(call gb_Module_add_check_targets,lotuswordpro,\
CppunitTest_lotuswordpro_test_lotuswordpro \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index 69ddb25d65ea..c0aa99045256 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.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
@@ -371,4 +372,4 @@ oox_clean :
rm -rf $(WORKDIR)/oox
.PHONY: oox_clean
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/oox/Module_oox.mk b/oox/Module_oox.mk
index 9fc9c8eac3ee..d0f92a0057f2 100644
--- a/oox/Module_oox.mk
+++ b/oox/Module_oox.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
@@ -34,4 +35,4 @@ $(eval $(call gb_Module_add_targets,oox,\
Package_tokens \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/oox/Package_generated.mk b/oox/Package_generated.mk
index 93639b883405..14f9a0df2eab 100644
--- a/oox/Package_generated.mk
+++ b/oox/Package_generated.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
@@ -30,4 +31,4 @@ $(eval $(call gb_Package_Package,oox_generated,$(WORKDIR)/oox))
$(eval $(call gb_Package_add_file,oox_generated,inc/oox/namespaces.txt,misc/namespaces.txt))
$(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/tokens.hxx,inc/oox/token/tokens.hxx))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/oox/Package_inc.mk b/oox/Package_inc.mk
index b51b51b79559..275b50911e6c 100644
--- a/oox/Package_inc.mk
+++ b/oox/Package_inc.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
@@ -56,4 +57,4 @@ $(eval $(call gb_Package_add_file,oox_inc,inc/oox/vml/vmldrawing.hxx,oox/vml/vml
$(eval $(call gb_Package_add_file,oox_inc,inc/oox/vml/vmlshape.hxx,oox/vml/vmlshape.hxx))
$(eval $(call gb_Package_add_file,oox_inc,inc/oox/xls/excelvbaproject.hxx,oox/xls/excelvbaproject.hxx))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/oox/Package_source.mk b/oox/Package_source.mk
index 95917616602a..12d948889811 100644
--- a/oox/Package_source.mk
+++ b/oox/Package_source.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,oox_source,$(SRCDIR)/oox/source))
$(eval $(call gb_Package_add_file,oox_source,inc/oox/token/tokens.txt,token/tokens.txt))
+
+# vim: set noet sw=4 ts=4:
diff --git a/oox/Package_tokens.mk b/oox/Package_tokens.mk
index 6571a9ce99ff..1d54085317a0 100644
--- a/oox/Package_tokens.mk
+++ b/oox/Package_tokens.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,oox_tokens,$(SRCDIR)/oox/source/token))
$(eval $(call gb_Package_add_file,oox_tokens,inc/oox/tokens.txt,tokens.txt))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/unoxml/JunitTest_unordf_complex.mk b/unoxml/JunitTest_unordf_complex.mk
index 7f4b7729dcb4..d4945d27de88 100644
--- a/unoxml/JunitTest_unordf_complex.mk
+++ b/unoxml/JunitTest_unordf_complex.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/unoxml/JunitTest_unoxml_complex.mk b/unoxml/JunitTest_unoxml_complex.mk
index cb6ce8521e6e..68171f9cf462 100644
--- a/unoxml/JunitTest_unoxml_complex.mk
+++ b/unoxml/JunitTest_unoxml_complex.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/unoxml/Library_unordf.mk b/unoxml/Library_unordf.mk
index 8461f5c03f17..00c8af66a3c7 100644
--- a/unoxml/Library_unordf.mk
+++ b/unoxml/Library_unordf.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.
@@ -60,4 +61,3 @@ $(eval $(call gb_Library_add_exception_objects,unordf,\
))
# vim: set noet sw=4 ts=4:
-
diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk
index 5081c1b99fad..8e06022ee871 100644
--- a/unoxml/Library_unoxml.mk
+++ b/unoxml/Library_unoxml.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.
@@ -86,4 +87,3 @@ $(eval $(call gb_Library_add_exception_objects,unoxml,\
))
# vim: set noet sw=4 ts=4:
-
diff --git a/unoxml/Module_unoxml.mk b/unoxml/Module_unoxml.mk
index 5050d0701f3f..a189b78b94fe 100644
--- a/unoxml/Module_unoxml.mk
+++ b/unoxml/Module_unoxml.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/writerfilter/CppunitTest_writerfilter_doctok.mk b/writerfilter/CppunitTest_writerfilter_doctok.mk
index 7bcec91cc5e5..ecba3de9aae4 100644
--- a/writerfilter/CppunitTest_writerfilter_doctok.mk
+++ b/writerfilter/CppunitTest_writerfilter_doctok.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/writerfilter/JunitTest_writerfilter_complex.mk b/writerfilter/JunitTest_writerfilter_complex.mk
index 5262f0a0fc43..565fe25b10b6 100644
--- a/writerfilter/JunitTest_writerfilter_complex.mk
+++ b/writerfilter/JunitTest_writerfilter_complex.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/writerfilter/Library_doctok.mk b/writerfilter/Library_doctok.mk
index 329f6e88d4de..e7b1a024a3e3 100644
--- a/writerfilter/Library_doctok.mk
+++ b/writerfilter/Library_doctok.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
@@ -89,4 +90,4 @@ $(eval $(call gb_Library_add_generated_exception_objects,doctok,\
CustomTarget/writerfilter/source/resources \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Library_ooxml.mk b/writerfilter/Library_ooxml.mk
index 75d4ed7e9e3d..203d39bd2b09 100644
--- a/writerfilter/Library_ooxml.mk
+++ b/writerfilter/Library_ooxml.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
@@ -116,4 +117,4 @@ $(eval $(call gb_Library_add_generated_exception_objects,ooxml,\
CustomTarget/writerfilter/source/OOXMLFactory_values \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Library_resourcemodel.mk b/writerfilter/Library_resourcemodel.mk
index 423b7af06332..ca63541d8707 100644
--- a/writerfilter/Library_resourcemodel.mk
+++ b/writerfilter/Library_resourcemodel.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
@@ -77,4 +78,4 @@ $(eval $(call gb_Library_add_generated_cxxobjects,resourcemodel,\
, $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Library_rtftok.mk b/writerfilter/Library_rtftok.mk
index 9e3b592c20e1..d5d536da08c2 100644
--- a/writerfilter/Library_rtftok.mk
+++ b/writerfilter/Library_rtftok.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
@@ -72,4 +73,4 @@ $(eval $(call gb_Library_add_exception_objects,rtftok,\
writerfilter/source/rtftok/rtfsprm \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk
index 6d47672156b0..1994340eaf11 100644
--- a/writerfilter/Library_writerfilter.mk
+++ b/writerfilter/Library_writerfilter.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
@@ -74,4 +75,4 @@ $(eval $(call gb_Library_add_exception_objects,writerfilter,\
writerfilter/source/filter/WriterFilterDetection \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Library_writerfilter_uno.mk b/writerfilter/Library_writerfilter_uno.mk
index 7177687a8277..245eabec44e9 100644
--- a/writerfilter/Library_writerfilter_uno.mk
+++ b/writerfilter/Library_writerfilter_uno.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
@@ -68,4 +69,4 @@ $(eval $(call gb_Library_add_exception_objects,writerfilter_uno,\
# writerfilter/unocomponent/debugservices/rtftok/ScannerTestService \
# writerfilter/unocomponent/debugservices/rtftok/XMLScanner \
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Module_writerfilter.mk b/writerfilter/Module_writerfilter.mk
index 6a7d2069545e..22ece10d6d1f 100644
--- a/writerfilter/Module_writerfilter.mk
+++ b/writerfilter/Module_writerfilter.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
@@ -45,4 +46,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,writerfilter,\
JunitTest_writerfilter_complex \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerfilter/Package_writerfilter_generated.mk b/writerfilter/Package_writerfilter_generated.mk
index 3d19a0b46e78..fe9aea3d741c 100644
--- a/writerfilter/Package_writerfilter_generated.mk
+++ b/writerfilter/Package_writerfilter_generated.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.
@@ -76,3 +77,4 @@ $(eval $(call gb_Package_add_file,writerfilter_generated,inc/writerfilter/doctok
$(eval $(call gb_Package_add_file,writerfilter_generated,inc/writerfilter/doctok/resourceids.hxx,doctok/resourceids.hxx))
$(eval $(call gb_Package_add_file,writerfilter_generated,inc/writerfilter/ooxml/resourceids.hxx,ooxml/resourceids.hxx))
+# vim: set noet sw=4 ts=4:
diff --git a/writerperfect/Library_msworks.mk b/writerperfect/Library_msworks.mk
index 02af9b94104e..ca23ec6e169b 100644
--- a/writerperfect/Library_msworks.mk
+++ b/writerperfect/Library_msworks.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.
@@ -64,4 +65,4 @@ $(eval $(call gb_Library_add_exception_objects,msworks,\
writerperfect/source/wpsimp/msworks_genericfilter \
))
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerperfect/Library_visioimport.mk b/writerperfect/Library_visioimport.mk
index 8e7254a95c79..a9a660e36d17 100644
--- a/writerperfect/Library_visioimport.mk
+++ b/writerperfect/Library_visioimport.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.
@@ -63,4 +64,4 @@ $(eval $(call gb_Library_add_exception_objects,visioimport,\
writerperfect/source/vsdimp/visioimport_genericfilter \
))
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerperfect/Library_wpft.mk b/writerperfect/Library_wpft.mk
index defe69468502..9b552a6412db 100644
--- a/writerperfect/Library_wpft.mk
+++ b/writerperfect/Library_wpft.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.
@@ -66,4 +67,4 @@ $(eval $(call gb_Library_add_exception_objects,wpft,\
writerperfect/source/wpdimp/wpft_genericfilter \
))
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerperfect/Library_wpgimport.mk b/writerperfect/Library_wpgimport.mk
index c3a4cb63f519..99c70f8554dc 100644
--- a/writerperfect/Library_wpgimport.mk
+++ b/writerperfect/Library_wpgimport.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.
@@ -63,4 +64,4 @@ $(eval $(call gb_Library_add_exception_objects,wpgimport,\
writerperfect/source/wpgimp/wpgimport_genericfilter \
))
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerperfect/Module_writerperfect.mk b/writerperfect/Module_writerperfect.mk
index 3f59197e2aaf..9784a03f79a0 100644
--- a/writerperfect/Module_writerperfect.mk
+++ b/writerperfect/Module_writerperfect.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.
@@ -35,4 +36,4 @@ $(eval $(call gb_Module_add_targets,writerperfect,\
StaticLibrary_writerperfect \
))
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/writerperfect/StaticLibrary_writerperfect.mk b/writerperfect/StaticLibrary_writerperfect.mk
index 62702192f677..5c44af016871 100644
--- a/writerperfect/StaticLibrary_writerperfect.mk
+++ b/writerperfect/StaticLibrary_writerperfect.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.
@@ -52,4 +53,4 @@ $(eval $(call gb_StaticLibrary_add_exception_objects,writerperfect,\
writerperfect/source/stream/WPXSvStream \
))
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4: