Skip to content

Commit 25c71b4

Browse files
authored
Add .gitattributes to force lf line endings for all the users
This will solve the issue for Windows users, who run `check-integrity.js` and has all the files "out of sync" because of `crlf` line endings on Windows after checkout
1 parent 272167d commit 25c71b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.js text eol=lf
2+
*.ts text eol=lf

0 commit comments

Comments
 (0)