diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-05-23 11:23:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 11:23:50 -0700 |
commit | 6377610f6587989c126b00f490dfc8d527a1c2ce (patch) | |
tree | 25ef86f172111a5f0b3c9d278d7e680f04ee0613 /.gitattributes | |
parent | 7f4a4bc110dbd35637ae043e097e85c0378b98e8 (diff) |
Protect NSIS scripts from eol-style translations. (#1556)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 3a4c44aedc..30cc9de8f1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,6 @@ FILES_ARE_UNICODE_UTF-16LE.txt text eol=crlf # Windows Manifest files *.manifest text eol=crlf + +# Windows Installer Script files (normalization disabled) +*.nsi -text |