diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:01:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:01:11 +0300 |
commit | 0ae6a22f45b8e82d69f325e93c406dd1166415a0 (patch) | |
tree | f0417840fec6ec77c5cc6c0eedbe930b9d18b31d /sc/Module_sc.mk | |
parent | d79591d61e6efb8cb55e2eac68992c260cf4ffd6 (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index d07a2c51b4d3..ecf5fa7db589 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # @@ -39,4 +40,4 @@ $(eval $(call gb_Module_add_check_targets,sc,\ )) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: |