update gitattributes for windows (#6289)

This commit is contained in:
Kalle Lilja
2025-03-11 13:05:51 -05:00
committed by GitHub
co-authored by GitHub
parent e9effb9fff
commit f4c79530ec
+3 -3
View File
@@ -1,5 +1,5 @@
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
*.{ps1,[pP][sS]} text eol=crlf
*.cmd text eol=crlf
*.bat text eol=crlf
*.ps1 text eol=crlf
*.{sh,[sS][hH]} text eol=lf