Skip to content

Commit

Permalink
style(git): add explainer to gitattributes file
Browse files Browse the repository at this point in the history
This is in-line with a pull request also made to
a TypeScript starter template project, as seen below:
<stemmlerjs/simple-typescript-starter#43>
  • Loading branch information
freshgum-bubbles committed Oct 9, 2023
1 parent 5e685af commit acf73a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit acf73a5

Please sign in to comment.