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 | |
parent | 1469f908501e22a5c299f94754b722923b27560f (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/JunitTest_ucb_complex.mk | 1 | ||||
-rw-r--r-- | ucb/JunitTest_ucb_unoapi.mk | 1 | ||||
-rw-r--r-- | ucb/Module_ucb.mk | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/ucb/JunitTest_ucb_complex.mk b/ucb/JunitTest_ucb_complex.mk index 9113ff3aae00..1cdbbb9afde9 100644 --- a/ucb/JunitTest_ucb_complex.mk +++ b/ucb/JunitTest_ucb_complex.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/ucb/JunitTest_ucb_unoapi.mk b/ucb/JunitTest_ucb_unoapi.mk index 7747afad9afb..1e83f1306254 100644 --- a/ucb/JunitTest_ucb_unoapi.mk +++ b/ucb/JunitTest_ucb_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/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: |