mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
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>
13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
* text=auto
|
|
*.glsl eol=lf
|
|
*.gn eol=lf
|
|
*.gni eol=lf
|
|
*.hlsl eol=lf
|
|
*.msl eol=lf
|
|
*.sh eol=lf
|
|
*.spvasm eol=lf
|
|
*.wgsl eol=lf
|
|
*.h eol=lf
|
|
*.cpp eol=lf
|
|
*.bat eol=crlf
|