diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:01:51 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:01:51 +0300 |
commit | b9bee88e1b708da4024f388dfe900112b85ce987 (patch) | |
tree | ad2f322a8b5dbb84fd54a5b50b32f61f71b7beb2 /oox | |
parent | 4324ef704efd3c15ce5af23e9b47a1029ecc1a25 (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'oox')
-rw-r--r-- | oox/Library_oox.mk | 3 | ||||
-rw-r--r-- | oox/Module_oox.mk | 3 | ||||
-rw-r--r-- | oox/Package_generated.mk | 3 | ||||
-rw-r--r-- | oox/Package_inc.mk | 3 | ||||
-rw-r--r-- | oox/Package_source.mk | 3 | ||||
-rw-r--r-- | oox/Package_tokens.mk | 3 |
6 files changed, 13 insertions, 5 deletions
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: |