mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-24 06:19:37 +00: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
2 lines
115 B
Text
2 lines
115 B
Text
# Prevent GitHub from displaying comments within JSON files as errors.
|
|
*.json linguist-language=JSON-with-Comments
|