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
|