diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-05-14 10:00:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-14 10:00:40 +0200 |
commit | 746758ddcc10afc9821e321fcc279bc66bdce240 (patch) | |
tree | 902294b3cf3cf089f9cf383593442ef8b7033ff4 | |
parent | f3603fcf09bc4bd2879b0898f725911973cf903f (diff) |
Consistenly have modelines for all templates
Change-Id: I9ef62c5cb882c323d134f87ea50202c7b40bb6fb
-rw-r--r-- | TEMPLATE.SOURCECODE.HEADER | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/TEMPLATE.SOURCECODE.HEADER b/TEMPLATE.SOURCECODE.HEADER index eabd9aa66328..945af5b94cee 100644 --- a/TEMPLATE.SOURCECODE.HEADER +++ b/TEMPLATE.SOURCECODE.HEADER @@ -78,6 +78,7 @@ For XML / .component: For C/C++/Java/IDL etc. +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -95,9 +96,12 @@ For C/C++/Java/IDL etc. * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +... +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ For makefiles, perl, scripts etc. +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # @@ -115,9 +119,12 @@ For makefiles, perl, scripts etc. # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # +... +# vim: set noet sw=4 ts=4: For XML / .component: +<?xml version="1.0" encoding="UTF-8"?> <!-- * This file is part of the LibreOffice project. * |