.gitattributes Check line endings for tsx files (#1246)

This commit is contained in:
Shazib Hussain
2023-07-01 19:00:05 +01:00
committed by GitHub
parent 7c0c440df2
commit de41301a44
2 changed files with 8 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -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.

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [Shazib]
---
Updated git settings to ensure unix line endings on `.tsx` files