mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 19:05:00 +07:00
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:
parent
fb6cc8794f
commit
91ab0636ec
1 changed files with 1 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -2,4 +2,4 @@
|
|||
*.json linguist-language=JSON-with-Comments
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue