Skip to content

Commit 6556022

Browse files
Add .gitattributes to normalize line endings to LF
1 parent 115e428 commit 6556022

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitattributes

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

0 commit comments

Comments
 (0)