Skip to content

Commit

Permalink
.gitattributes Check line endings for tsx files (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazib authored Jul 1, 2023
1 parent 7c0c440 commit de41301
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*.js text eol=lf
*.ts text eol=lf
*.sh text eol=lf
*.tsx text eol=lf

yarn.lock text eol=lf

# Denote all files that are truly binary and should not be modified.
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1246.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [Shazib]
---

Updated git settings to ensure unix line endings on `.tsx` files

0 comments on commit de41301

Please sign in to comment.