From be6052bcdcd036413c8e183ca3202e631be3972a Mon Sep 17 00:00:00 2001 From: John Keiser Date: Wed, 23 Jun 2021 12:28:03 -0600 Subject: [PATCH] Diff json using text diff --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8b79783fa..5286feedd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,7 @@ * text=auto # we don't want json files to be modified for this project -*.json binary +*.json binary diff=astextplain # Common settings that generally should always be used with your language specific settings