zed/.gitattributes
Marshall Bowers 9f9bef4175
Prevent GitHub from displaying comments within JSON files as errors (#7043)
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
2024-01-29 23:11:25 -05:00

3 lines
115 B
Plaintext

# Prevent GitHub from displaying comments within JSON files as errors.
*.json linguist-language=JSON-with-Comments