diff --git a/.gitattributes b/.gitattributes index dc3e2bcdd0..e030b9d97e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,10 +4,11 @@ # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout. -*.rs text eof=lf -*.toml text eof=lf -*.frag text -*.vert text +*.rs text eol=lf +*.toml text eol=lf +*.frag text eol=lf +*.vert text eol=lf +*.wgsl text eol=lf # Declare files that will always have CRLF line endings on checkout. *.sln text eol=crlf