update gitattributes for windows (#6289)

This commit is contained in:
Kalle Lilja
2025-03-11 19:05:51 +01:00
committed by GitHub
parent e9effb9fff
commit f4c79530ec

6
.gitattributes vendored
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