From fe3973c513a71d20ec2bc2f7d3cefd414f405980 Mon Sep 17 00:00:00 2001 From: eZio Pan Date: Sat, 6 Jan 2024 11:59:55 +0800 Subject: [PATCH] mark json file inside .vscode folder as jsonc --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4db9edae7..a51376f0d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,8 @@ *.x text *.yml text +.vscode/*.json linguist-language=JSON-with-Comments + *.raw binary *.bin binary *.png binary @@ -38,4 +40,4 @@ *.pdf binary *.ez binary *.bz2 binary -*.swp binary \ No newline at end of file +*.swp binary