add .src and .hrc to add-modelines
Change-Id: I4c0d2d408c5de770bbad54294a109743fa35b3f6
This commit is contained in:
parent
5fe7a4245d
commit
fda9d127b2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue