Current copy is cloned using hash: 51694fd33cdaaec5bdd7ab3dc4f488f5818fd870 .git and .gitignore have been cleanup. tests,docs,webgpu-cts folders have been deleted. For more details look at third_party/dawn/tnt/README.md file, which will be pushed in subsequent patch.
22 lines
422 B
Plaintext
22 lines
422 B
Plaintext
* text=auto
|
|
*.glsl eol=lf
|
|
*.gn eol=lf
|
|
*.bazel eol=lf
|
|
*.cmake 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
|
|
*.cc eol=lf
|
|
*.mm eol=lf
|
|
*.py eol=lf
|
|
*.go eol=lf
|
|
*.tmpl eol=lf
|
|
*.tmpl.inc eol=lf
|
|
*.inl eol=lf
|
|
*.txt eol=lf
|
|
*.bat eol=crlf |