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 /configmgr | |
parent | 1469f908501e22a5c299f94754b722923b27560f (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/JunitTest_configmgr_unoapi.mk | 1 | ||||
-rw-r--r-- | configmgr/Module_configmgr.mk | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/configmgr/JunitTest_configmgr_unoapi.mk b/configmgr/JunitTest_configmgr_unoapi.mk index a707909315cf..a2b52d9c3f7d 100644 --- a/configmgr/JunitTest_configmgr_unoapi.mk +++ b/configmgr/JunitTest_configmgr_unoapi.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 diff --git a/configmgr/Module_configmgr.mk b/configmgr/Module_configmgr.mk index 2b6e3c60e31b..140dd72ff94b 100644 --- a/configmgr/Module_configmgr.mk +++ b/configmgr/Module_configmgr.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 @@ -31,4 +32,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,configmgr,\ JunitTest_configmgr_unoapi \ )) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: |