Skip to content

Commit

Permalink
fix(.gitattributes): prevent github from showing json comments as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexangelj committed Dec 30, 2021
1 parent 9bd735e commit a0cd2a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Enable syntax highlighting for Solidity
*.sol linguist-language=Solidity
*.sol linguist-language=Solidity
# Prevent Github highlighting comments in JSON files as errors
*.json linguist-language=JSON-with-Comments

0 comments on commit a0cd2a1

Please sign in to comment.