windows: Make sure zed.sh using the correct line ending (#37650)

This got missed in the changes from #37631

Release Notes:

- N/A
This commit is contained in:
张小白
2025-09-06 00:25:55 +08:00
committed by GitHub
parent fb6cc8794f
commit 91ab0636ec

2
.gitattributes vendored
View File

@@ -2,4 +2,4 @@
*.json linguist-language=JSON-with-Comments *.json linguist-language=JSON-with-Comments
# Ensure the WSL script always has LF line endings, even on Windows # Ensure the WSL script always has LF line endings, even on Windows
crates/zed/resources/windows/zed text eol=lf crates/zed/resources/windows/zed.sh text eol=lf