summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 12:24:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-28 15:46:30 +0100
commit82c2b04fab0d97911cca1151ffc752223cf7ff2a (patch)
tree8f8d08a60656d56148fd3c0b90ff0c1d623c388c /bin
parentd665599be0017d088757a9393ebecd574149a63e (diff)
add .c .h .hxx and .hpp by default
Diffstat (limited to 'bin')
-rw-r--r--bin/add-modelines2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/add-modelines b/bin/add-modelines
index eaa253eba..71d420901 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"