fix(gitattributes): enforce LF for .patch files to avoid CRLF parsing errors on Windows (#9333)

This commit is contained in:
Harshvardhan Bahukhandi
2025-09-17 15:19:43 +05:30
committed by GitHub
parent 2131659684
commit fde51e17d4

1
.gitattributes vendored
View File

@@ -1 +1,2 @@
* text=auto
*.patch text eol=lf