diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:01:01 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:01:01 +0300 |
commit | 36aeabdc8b06f3e3989dc07f76334bd083d78ef3 (patch) | |
tree | 3e1d97a387a22c199c091c10c822ecdf830fc44e /dbaccess/Library_dbu.mk | |
parent | c2a7f87b9249a8ffce185f25a75a65a3ae103891 (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'dbaccess/Library_dbu.mk')
-rw-r--r-- | dbaccess/Library_dbu.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk index c90e3d320b32..a4db5a6ab317 100644 --- a/dbaccess/Library_dbu.mk +++ b/dbaccess/Library_dbu.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 @@ -313,4 +314,4 @@ $(foreach object,\ dbaccess/source/ui/dlg/TextConnectionHelper \ ,$(eval $(call gb_CxxObject_get_target,$(object)) : $(WORKDIR)/inc/dbaccess/AutoControls.hrc)) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: |