1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-03-14 22:26:59 +01:00

chore: add line-ending to gitattribute

This commit is contained in:
Amin Yahyaabadi 2020-09-03 13:50:50 -05:00
parent a83bf51129
commit 63fffe4411

4
.gitattributes vendored Normal file
View file

@ -0,0 +1,4 @@
# Set default behavior to automatically normalize line endings, and force everything to be LF, except for Windows batch files that require CRLF, so that if a repo is accessed in Unix via a file share from Windows, the scripts will work.
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf