dart-sdk/.gitattributes

23 lines
566 B
Plaintext

# Explicitly declare text files we want to be normalized.
*.c text
*.cpp text
*.h text
*.gyp text
*.gypi text
*.dart text
*.mk text
*.Makefile text
*.md text
*.yaml text
# Windows files that should not be converted.
tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text
tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text
tests/compiler/dart2js_extra/string_interpolation_test.dart -text
tests/compiler/dart2js_extra/string_interpolation_dynamic_test.dart -text
# Files to leave alone and not diff.
*.png binary
*.jpg binary
*.xpi binary