diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-10-26 19:40:15 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-10-26 19:46:15 +0100 |
commit | 306c79e24f29bfb01b64aad1b6054a454e2927e4 (patch) | |
tree | 4a91e2cc2919d517e206dbbcb6aad57e54114bb5 /TEMPLATE.SOURCECODE.HEADER | |
parent | 1144ddaf3df520a2054179030e4130d6faa43e1f (diff) |
add emacs + vim modelines to the MPL license template
Diffstat (limited to 'TEMPLATE.SOURCECODE.HEADER')
-rw-r--r-- | TEMPLATE.SOURCECODE.HEADER | 3 |
1 files changed, 3 insertions, 0 deletions
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: */ |