summaryrefslogtreecommitdiff
path: root/animations
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 /animations
parent131e582f86bb754ae11617baed2b5716be313bad (diff)
Add consistent Emacs and vim mode lines
Diffstat (limited to 'animations')
-rw-r--r--animations/Library_animcore.mk3
-rw-r--r--animations/Module_animations.mk3
-rw-r--r--animations/Package_inc.mk3
-rw-r--r--animations/Package_xml.mk3
4 files changed, 8 insertions, 4 deletions
diff --git a/animations/Library_animcore.mk b/animations/Library_animcore.mk
index 1ec31c56cc5b..962c91a78026 100644
--- a/animations/Library_animcore.mk
+++ b/animations/Library_animcore.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.
@@ -54,4 +55,4 @@ $(eval $(call gb_Library_add_exception_objects,animcore,\
animations/source/animcore/targetpropertiescreator \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/animations/Module_animations.mk b/animations/Module_animations.mk
index c6ed99712d9b..468f77dd5634 100644
--- a/animations/Module_animations.mk
+++ b/animations/Module_animations.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,animations,\
Package_xml \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/animations/Package_inc.mk b/animations/Package_inc.mk
index bf6dc2d163e4..ebc03bfaa609 100644
--- a/animations/Package_inc.mk
+++ b/animations/Package_inc.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.
@@ -29,4 +30,4 @@ $(eval $(call gb_Package_Package,animations_inc,$(SRCDIR)/animations/inc))
$(eval $(call gb_Package_add_file,animations_inc,inc/animations/animationnodehelper.hxx,animations/animationnodehelper.hxx))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/animations/Package_xml.mk b/animations/Package_xml.mk
index 47b945f99b72..3883a7dd3fae 100644
--- a/animations/Package_xml.mk
+++ b/animations/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.
@@ -29,4 +30,4 @@ $(eval $(call gb_Package_Package,animations_xml,$(SRCDIR)/animations/source/anim
$(eval $(call gb_Package_add_file,animations_xml,xml/animcore.xml,animcore.xml))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4: