diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-09 12:36:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-09 16:41:55 +0100 |
commit | fda9d127b2e355e4c440aa396a4e8e6c8a68e9da (patch) | |
tree | a85039f3d6f1faf166e6524407c1501ede09c8f4 /solenv | |
parent | 5fe7a4245d5c0a5c00c5f72f10781f624ad599fb (diff) |
add .src and .hrc to add-modelines
Change-Id: I4c0d2d408c5de770bbad54294a109743fa35b3f6
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/add-modelines | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/add-modelines b/solenv/bin/add-modelines index 5984c8fe53e0..ea0f2dee3074 100755 --- a/solenv/bin/add-modelines +++ b/solenv/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 *.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" |