mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
9f9bef4175
This PR adds a `.gitattributes` rule to prevent GitHub from displaying comments within JSON files as errors. We have a number of JSON files (e.g., settings) that make use of comments, and having a bunch of red in a diff is annoying. Release Notes: - N/A
3 lines
115 B
Plaintext
3 lines
115 B
Plaintext
# Prevent GitHub from displaying comments within JSON files as errors.
|
|
*.json linguist-language=JSON-with-Comments
|