diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:03:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:03:17 +0300 |
commit | e821d38899dc4607f2fb58c4b2090f445c71587c (patch) | |
tree | ed258996eace6b56e19629df112f38f12ffada4b /qadevOOo | |
parent | decf2098481f2bb4f2de3ad86ae3e032c200843d (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/JunitTest_qadevOOo_unoapi.mk | 1 | ||||
-rw-r--r-- | qadevOOo/Module_qadevOOo.mk | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/qadevOOo/JunitTest_qadevOOo_unoapi.mk b/qadevOOo/JunitTest_qadevOOo_unoapi.mk index 6196ef2fdfc2..ea8aaf43a2bf 100644 --- a/qadevOOo/JunitTest_qadevOOo_unoapi.mk +++ b/qadevOOo/JunitTest_qadevOOo_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/qadevOOo/Module_qadevOOo.mk b/qadevOOo/Module_qadevOOo.mk index 999781494e00..093b13a29667 100644 --- a/qadevOOo/Module_qadevOOo.mk +++ b/qadevOOo/Module_qadevOOo.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,qadevOOo,\ JunitTest_qadevOOo_unoapi \ )) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: |