summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-30 23:02:06 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-30 23:02:06 +0300
commita06dae5f80493bc1c98ce8d32b97ad53abcf2f01 (patch)
treec407ae74db9a642555f23f6a7313cf290aaf3635 /slideshow
parent131e582f86bb754ae11617baed2b5716be313bad (diff)
Add consistent Emacs and vim mode lines
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/CppunitTest_slideshow.mk3
-rw-r--r--slideshow/Executable_demoshow.mk3
-rw-r--r--slideshow/Library_OGLTrans.mk3
-rw-r--r--slideshow/Library_slideshow.mk3
-rw-r--r--slideshow/Module_slideshow.mk3
5 files changed, 10 insertions, 5 deletions
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: