From b9bee88e1b708da4024f388dfe900112b85ce987 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 30 Jul 2011 23:01:51 +0300 Subject: Add consistent Emacs and vim mode lines --- hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk | 3 ++- hwpfilter/Library_hwp.mk | 3 ++- hwpfilter/Module_hwpfilter.mk | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'hwpfilter') 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: -- cgit