1
0
Fork 0
mirror of synced 2026-06-05 09:35:13 +00:00

chore: declare eol in gitattributes

This commit is contained in:
peterwoodworth 2023-06-30 16:17:47 -07:00
commit cd5cd29d7f
No known key found for this signature in database
GPG key ID: 01931412FD685922

5
.gitattributes vendored
View file

@ -1,2 +1,7 @@
/dist/** linguist-generated
/package-lock.json linguist-generated
*.json text eol=lf
*.js text eol=lf
*.jsx text eol=lf
*.ts text eol=lf
*.tsx text eol=lf