Skip to content

Commit acf73a5

Browse files
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: <stemmlerjs/simple-typescript-starter#43>
1 parent 5e685af commit acf73a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# Fix how tsconfig.json files are displayed in GitHub's web view,
2+
# by telling it to read said files as JSON With Comments, the
3+
# JSON extension used by TypeScript.
14
tsconfig.*.json linguist-language=JSON-with-Comments
25
tsconfig.json linguist-language=JSON-with-Comments

0 commit comments

Comments
 (0)