diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:02:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:12:12 +0300 |
commit | 704bc46ae43d0386e5762b6a6158c7cef831dd1d (patch) | |
tree | 05e6e4e72883d7a1908cf5d89002f5afae1a3551 /comphelper/Package_inc.mk | |
parent | 959d24419838fe2515dcdafb68896664a909e93c (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'comphelper/Package_inc.mk')
-rw-r--r-- | comphelper/Package_inc.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comphelper/Package_inc.mk b/comphelper/Package_inc.mk index a02bde6b7475..19ff4182e5c5 100644 --- a/comphelper/Package_inc.mk +++ b/comphelper/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. @@ -135,3 +136,5 @@ $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/namecontainer.hx $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/processfactory.hxx,comphelper/processfactory.hxx)) $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/sequenceashashmap.hxx,comphelper/sequenceashashmap.hxx)) $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/configurationhelper.hxx,comphelper/configurationhelper.hxx)) + +# vim: set noet sw=4 ts=4: |