Visual Studio's files should also be CRLF or else it chokes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5570 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-03-07 08:55:32 +00:00
parent af9f04b975
commit d49d18ea23

View file

@ -169,7 +169,9 @@ def TestSubversionEOL():
'.nsh' : 'native',
'.nsi' : 'native',
'.txt' : 'native',
'.ini' : 'CRLF'
'.ini' : 'CRLF',
'.dsp' : 'CRLF',
'.dsw' : 'CRLF'
}
exceptions = ['newfile.txt', 'oldfile.txt']