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:
parent
af9f04b975
commit
d49d18ea23
1 changed files with 3 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue