From 81d04341e826f3d963e31bcaca4ed2160993e56e Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Fri, 20 Jan 2023 12:08:26 -0800 Subject: [PATCH] Make GitHub render json as jsonc (#52335) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 811a89b549379..1a853e044ceda 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.js linguist-language=TypeScript +**/*.json linguist-language=jsonc * -text