Protect NSIS scripts from eol-style translations. (#1556)

master
Brad Linden 2024-05-23 11:23:50 -07:00 committed by GitHub
parent 7f4a4bc110
commit 6377610f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored
View File

@ -33,3 +33,6 @@ FILES_ARE_UNICODE_UTF-16LE.txt text eol=crlf
# Windows Manifest files # Windows Manifest files
*.manifest text eol=crlf *.manifest text eol=crlf
# Windows Installer Script files (normalization disabled)
*.nsi -text