diff options
Diffstat (limited to 'oox/Module_oox.mk')
-rw-r--r-- | oox/Module_oox.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/Module_oox.mk b/oox/Module_oox.mk index 9fc9c8eac..d0f92a005 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: |