Fix Kokoro Windows build

Make sure .bat files are checked out as CRLF, otherwise goto will jump
to the wrong offset under certain conditions.

Change-Id: Iffaf2ec960890ed7f0f8bb9b62bb7724d8334941
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131981
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: James Price <jrprice@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Antonio Maiorano 2023-05-08 17:04:38 +00:00 committed by Dawn LUCI CQ
parent d22886cf52
commit 8aa6bf2119
1 changed files with 2 additions and 1 deletions

3
.gitattributes vendored
View File

@ -8,4 +8,5 @@
*.spvasm eol=lf
*.wgsl eol=lf
*.h eol=lf
*.cpp eol=lf
*.cpp eol=lf
*.bat eol=crlf