fix: line endings for flutter/dart/flutter-dev (#179912)

the windows builders should respect these files when making new releases

fixes #179242
This commit is contained in:
John "codefu" McDole
2025-12-16 11:35:43 -08:00
committed by GitHub
parent 5c08658ec2
commit f51f445221

5
.gitattributes vendored
View File

@@ -27,6 +27,11 @@
*.props.tmpl text eol=crlf
*.vcxproj.tmpl text eol=crlf
# Make sure that these Linux files always have LF line endings in checkout
bin/flutter text eol=lf
bin/flutter-dev text eol=lf
bin/dart text eol=lf
# Never perform LF normalization on these files
*.ico binary
*.jar binary