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>
main
Antonio Maiorano 7 months ago committed by Dawn LUCI CQ
parent d22886cf52
commit 8aa6bf2119
  1. 3
      .gitattributes

3
.gitattributes vendored

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

Loading…
Cancel
Save