Skip to content

Commit 528c43f

Browse files
committed
Prevent GitHub from interpreting ApiChief baselines as binary content
1 parent 7c6c64b commit 528c43f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Set default behavior to automatically normalize line endings.
33
* text=auto
44

5+
# Prevent ApiChief baseline JSON files from matching GitHub's heuristic for binary content
6+
*.json linguist-language=JSON
7+
58
*.doc diff=astextplain
69
*.DOC diff=astextplain
710
*.docx diff=astextplain

0 commit comments

Comments
 (0)