mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-23 21:05:08 +00:00
5 lines
232 B
Text
5 lines
232 B
Text
# 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
|