From 0cf69a9ed51df04fdc7a0e917013d60527e2255f Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 23 Mar 2020 18:20:01 +0300 Subject: [PATCH] Recognize `devcontainer.json` as JSON with comments (#9) Add new entry to .gitattributes to force displaying `devcontainer.json` as JSON with comments. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8f37a6a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/.devcontainer/devcontainer.json linguist-language=JSON-with-Comments