From e142be1094795382c1bd6c509225b257b080b4d5 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Sat, 15 Jul 2023 22:13:43 -0500 Subject: [PATCH] Create DevContainer.gitattributes (#182) Co-authored-by: Richie Bendall --- DevContainer.gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 DevContainer.gitattributes diff --git a/DevContainer.gitattributes b/DevContainer.gitattributes new file mode 100644 index 0000000..a33ded4 --- /dev/null +++ b/DevContainer.gitattributes @@ -0,0 +1,3 @@ +# Fix syntax highlighting on GitHub to allow comments +.devcontainer.json linguist-language=JSON-with-Comments +devcontainer.json linguist-language=JSON-with-Comments