From 306c79e24f29bfb01b64aad1b6054a454e2927e4 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 26 Oct 2011 19:40:15 +0100 Subject: [PATCH] add emacs + vim modelines to the MPL license template --- TEMPLATE.SOURCECODE.HEADER | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TEMPLATE.SOURCECODE.HEADER b/TEMPLATE.SOURCECODE.HEADER index 07fe450eedc7..48a85b87a54a 100644 --- a/TEMPLATE.SOURCECODE.HEADER +++ b/TEMPLATE.SOURCECODE.HEADER @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * @@ -27,3 +28,5 @@ * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable * instead of those above. */ +... +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */