From a06dae5f80493bc1c98ce8d32b97ad53abcf2f01 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 30 Jul 2011 23:02:06 +0300 Subject: Add consistent Emacs and vim mode lines --- slideshow/CppunitTest_slideshow.mk | 3 ++- slideshow/Executable_demoshow.mk | 3 ++- slideshow/Library_OGLTrans.mk | 3 ++- slideshow/Library_slideshow.mk | 3 ++- slideshow/Module_slideshow.mk | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) (limited to 'slideshow') diff --git a/slideshow/CppunitTest_slideshow.mk b/slideshow/CppunitTest_slideshow.mk index 39675246d319..21e21a04c614 100644 --- a/slideshow/CppunitTest_slideshow.mk +++ b/slideshow/CppunitTest_slideshow.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 @@ -78,4 +79,4 @@ $(eval $(call gb_CppunitTest_add_exception_objects,slideshow,\ slideshow/test/views \ )) -# vim: set noet sw=4: +# vim: set noet sw=4 ts=4: diff --git a/slideshow/Executable_demoshow.mk b/slideshow/Executable_demoshow.mk index a50d79aae30b..5beee999bc39 100644 --- a/slideshow/Executable_demoshow.mk +++ b/slideshow/Executable_demoshow.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_Executable_add_exception_objects,demoshow,\ slideshow/test/demoshow \ )) -# vim: set noet sw=4: +# vim: set noet sw=4 ts=4: diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk index f6d1ec0763a8..d859071dafc7 100644 --- a/slideshow/Library_OGLTrans.mk +++ b/slideshow/Library_OGLTrans.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 @@ -110,4 +111,4 @@ $(eval $(call gb_Library_add_linked_libs,OGLTrans,\ )) endif -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk index 7e690c03cefa..51494303fdc2 100644 --- a/slideshow/Library_slideshow.mk +++ b/slideshow/Library_slideshow.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 @@ -183,4 +184,4 @@ $(eval $(call gb_Library_add_exception_objects,slideshow,\ )) endif -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: diff --git a/slideshow/Module_slideshow.mk b/slideshow/Module_slideshow.mk index 0c39701a18ad..e3c2b0568cfe 100644 --- a/slideshow/Module_slideshow.mk +++ b/slideshow/Module_slideshow.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_targets,slideshow,\ # not built normally (and unbuildable anyway ;) # Executable_demoshow \ -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: -- cgit