diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:02:30 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:02:30 +0300 |
commit | 4122c3b9d58b0df701b903f8bf9dc6e843aeba1b (patch) | |
tree | 506f5d98f18c73d5aa250f7dd7f9da88e6aa2986 /xmloff/Package_inc.mk | |
parent | 1469f908501e22a5c299f94754b722923b27560f (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'xmloff/Package_inc.mk')
-rw-r--r--[-rwxr-xr-x] | xmloff/Package_inc.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/Package_inc.mk b/xmloff/Package_inc.mk index 4e11c2b4b5d9..3b9781b40674 100755..100644 --- a/xmloff/Package_inc.mk +++ b/xmloff/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. @@ -129,3 +130,5 @@ $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmltkmap.hxx,xmloff/xmlt $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmltoken.hxx,xmloff/xmltoken.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmltypes.hxx,xmloff/xmltypes.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmluconv.hxx,xmloff/xmluconv.hxx)) + +# vim: set noet sw=4 ts=4: |