From acf73a58abce453e006ff8eadd1ff9ef83b69d73 Mon Sep 17 00:00:00 2001 From: freshgum Date: Mon, 9 Oct 2023 16:01:40 +0100 Subject: [PATCH] style(git): add explainer to gitattributes file This is in-line with a pull request also made to a TypeScript starter template project, as seen below: --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 96f3989b..6a47bab5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ +# Fix how tsconfig.json files are displayed in GitHub's web view, +# by telling it to read said files as JSON With Comments, the +# JSON extension used by TypeScript. tsconfig.*.json linguist-language=JSON-with-Comments tsconfig.json linguist-language=JSON-with-Comments \ No newline at end of file