From 0ae6a22f45b8e82d69f325e93c406dd1166415a0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 30 Jul 2011 23:01:11 +0300 Subject: Add consistent Emacs and vim mode lines --- sc/Library_sc.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sc/Library_sc.mk') diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index dcb105d6a07d..10a71a8a70ce 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.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 @@ -555,3 +556,5 @@ $(eval $(call gb_SdiTarget_set_include,sc/sdi/scslots,\ -I$(realpath $(SRCDIR)/sc/sdi) \ $$(INCLUDE) \ )) + +# vim: set noet sw=4 ts=4: -- cgit