From abfaf30a04ffd25f9b3a835479379329ab947495 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 20 Sep 2021 14:54:26 +0200 Subject: [PATCH] Whitelist comments in all JSON files. For #129206 --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6065a65f70d..f6263094d01 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,4 +8,4 @@ ThirdPartyNotices.txt eol=crlf *.ps1 eol=lf *.sh eol=lf *.rtf -text -*.json linguist-language=jsonc +**/*.json linguist-language=jsonc