diff options
Diffstat (limited to 'cui/AllLangResTarget_cui.mk')
-rw-r--r-- | cui/AllLangResTarget_cui.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/AllLangResTarget_cui.mk b/cui/AllLangResTarget_cui.mk index 107b1f7eefa8..5784412b7d29 100644 --- a/cui/AllLangResTarget_cui.mk +++ b/cui/AllLangResTarget_cui.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; 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 @@ -131,4 +132,4 @@ $(eval $(call gb_SrsTarget_add_files,cui/res,\ cui/source/tabpages/transfrm.src \ )) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: |