diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:02:06 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:02:06 +0300 |
commit | a06dae5f80493bc1c98ce8d32b97ad53abcf2f01 (patch) | |
tree | c407ae74db9a642555f23f6a7313cf290aaf3635 /sd/Library_sdfilt.mk | |
parent | 131e582f86bb754ae11617baed2b5716be313bad (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'sd/Library_sdfilt.mk')
-rw-r--r-- | sd/Library_sdfilt.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk index 5076950641c4..cc35e73e44d8 100644 --- a/sd/Library_sdfilt.mk +++ b/sd/Library_sdfilt.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 @@ -104,4 +105,4 @@ $(eval $(call gb_Library_add_exception_objects,sdfilt,\ )) endif -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: |