From bb6508572721fce618f2fe733beffede0cec06d7 Mon Sep 17 00:00:00 2001 From: osfanbuff63 <91388253+osfanbuff63@users.noreply.github.com> Date: Tue, 19 Jul 2022 16:05:41 -0400 Subject: [PATCH] Make GitHub display .vsconfig as a JSON file (#19491) * Make GitHub display .vs-config as a JSON file * Remove * * Update .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index a3fd10c99e..50c8a89a9b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,3 +15,5 @@ *.rc diff *.gcode linguist-detectable=false + +.vsconfig linguist-language=json