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 /ucb/Module_ucb.mk | |
parent | 1469f908501e22a5c299f94754b722923b27560f (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'ucb/Module_ucb.mk')
-rw-r--r-- | ucb/Module_ucb.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ucb/Module_ucb.mk b/ucb/Module_ucb.mk index caeabd78509c..465929bb3b99 100644 --- a/ucb/Module_ucb.mk +++ b/ucb/Module_ucb.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 @@ -32,4 +33,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,ucb,\ JunitTest_ucb_unoapi \ )) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: |