1
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2024-09-19 16:06:43 +00:00
setup-node/.gitattributes

6 lines
369 B
Plaintext
Raw Normal View History

2020-09-03 18:50:50 +00:00
# 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
2020-09-16 02:30:00 +00:00
*.{bat,[bB][aA][tT]} text eol=crlf
.licenses/** -diff linguist-generated=true