Force lf-lineendings for .dart-files.

This ensures that Windows-produced kernel files have source offset that match kernel files produced on other platforms.

Bug: https://github.com/flutter/flutter/issues/22497
Change-Id: I6c1e044a423ea069cd523a6469804efbc0c0b2e2
Reviewed-on: https://dart-review.googlesource.com/77667
Reviewed-by: Zach Anderson <zra@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
This commit is contained in:
Alexander Aprelev 2018-10-02 19:44:04 +00:00 committed by commit-bot@chromium.org
parent d2c5a24fd9
commit 5cbb1bcdf9

2
.gitattributes vendored
View file

@ -3,11 +3,11 @@
*.cc text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.dart text eol=lf
# Explicitly declare text files we want to be normalized.
*.gyp text
*.gypi text
*.dart text
*.mk text
*.Makefile text
*.md text