mirror of
https://github.com/zed-industries/zed.git
synced 2026-04-18 07:47:53 +00:00
91ab0636ec
This got missed in the changes from #37631 Release Notes: - N/A
6 lines
232 B
Plaintext
6 lines
232 B
Plaintext
# Prevent GitHub from displaying comments within JSON files as errors.
|
|
*.json linguist-language=JSON-with-Comments
|
|
|
|
# Ensure the WSL script always has LF line endings, even on Windows
|
|
crates/zed/resources/windows/zed.sh text eol=lf
|