diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:01:51 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:01:51 +0300 |
commit | b9bee88e1b708da4024f388dfe900112b85ce987 (patch) | |
tree | ad2f322a8b5dbb84fd54a5b50b32f61f71b7beb2 /oox/Library_oox.mk | |
parent | 4324ef704efd3c15ce5af23e9b47a1029ecc1a25 (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'oox/Library_oox.mk')
-rw-r--r-- | oox/Library_oox.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk index 69ddb25d65ea..c0aa99045256 100644 --- a/oox/Library_oox.mk +++ b/oox/Library_oox.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 @@ -371,4 +372,4 @@ oox_clean : rm -rf $(WORKDIR)/oox .PHONY: oox_clean -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: |