[Libreoffice-commits] .: bin/add-modelines

Caolán McNamara caolan at kemper.freedesktop.org
Thu Oct 28 09:13:07 PDT 2010


 bin/add-modelines |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 82c2b04fab0d97911cca1151ffc752223cf7ff2a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Oct 27 12:24:59 2010 +0100

    add .c .h .hxx and .hpp by default

diff --git a/bin/add-modelines b/bin/add-modelines
index eaa253e..71d4209 100644
--- a/bin/add-modelines
+++ b/bin/add-modelines
@@ -31,7 +31,7 @@ set -o posix
 # Change these to taste
 FirstLine='/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */'
 LastLine='/* vim:set shiftwidth=4 softtabstop=4 expandtab: */'
-SourceFiles='*.cxx *.cpp'
+SourceFiles='*.cxx *.cpp *.hxx *.hpp *.c *.h'
 
 # Set defaults (don't change these)
 ModelineReplace="false"


More information about the Libreoffice-commits mailing list