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 /drawinglayer/Package_inc.mk | |
parent | 1469f908501e22a5c299f94754b722923b27560f (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'drawinglayer/Package_inc.mk')
-rw-r--r-- | drawinglayer/Package_inc.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drawinglayer/Package_inc.mk b/drawinglayer/Package_inc.mk index df4a75b607bb..8c5880448f68 100644 --- a/drawinglayer/Package_inc.mk +++ b/drawinglayer/Package_inc.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 @@ -137,4 +138,4 @@ $(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/processor3d/ $(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/texture/texture3d.hxx,drawinglayer/texture/texture3d.hxx)) $(eval $(call gb_Package_add_file,drawinglayer_inc,inc/drawinglayer/texture/texture.hxx,drawinglayer/texture/texture.hxx)) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: |