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