.gitattributes

1# Prevent GitHub from displaying comments within JSON files as errors.
2*.json linguist-language=JSON-with-Comments
3
4# Ensure the WSL script always has LF line endings, even on Windows
5crates/zed/resources/windows/zed.sh text eol=lf