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:
committed by
GitHub
parent
5c08658ec2
commit
f51f445221
5
.gitattributes
vendored
5
.gitattributes
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user