add .src and .hrc to add-modelines

Change-Id: I4c0d2d408c5de770bbad54294a109743fa35b3f6
This commit is contained in:
Caolán McNamara 2012-10-09 12:36:43 +01:00
parent 5fe7a4245d
commit fda9d127b2

View file

@ -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 *.hxx *.hpp *.c *.h *.m *.mm *.idl'
SourceFiles='*.cxx *.cpp *.hxx *.hpp *.c *.h *.m *.mm *.idl *.src *.hrc'
# Set defaults (don't change these)
ModelineReplace="false"