mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:10:22 +00:00
3a8c3ecf9e
BUG= R=asiva@google.com, rmacnak@google.com Review URL: https://codereview.chromium.org//1340133006 .
34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
# Explicitly declare text files we want to be normalized.
|
|
*.c text
|
|
*.cc text
|
|
*.cpp text
|
|
*.h text
|
|
*.gyp text
|
|
*.gypi text
|
|
*.dart text
|
|
*.mk text
|
|
*.Makefile text
|
|
*.md text
|
|
*.yaml text
|
|
|
|
# Files that should not be converted.
|
|
tests/compiler/dart2js_extra/string_interpolation_test.dart -text
|
|
tests/compiler/dart2js_extra/string_interpolation_dynamic_test.dart -text
|
|
tests/compiler/dart2js_extra/literal_string_juxtaposition_test.dart -text
|
|
tests/language/raw_string_test.dart -text
|
|
tests/language/multiline_strings_test.dart -text
|
|
tests/language/multiline_newline_cr.dart -text
|
|
tests/language/multiline_newline_crlf.dart -text
|
|
tests/language/multiline_newline_lf.dart -text
|
|
tests/lib/convert/json_pretty_test.dart -text
|
|
tests/lib/mirrors/method_mirror_source_line_ending_test.dart -text
|
|
tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text
|
|
tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text
|
|
tests/lib/mirrors/method_mirror_source_line_ending_lf.dart -text
|
|
tests/lib/mirrors/method_mirror_source_test.dart -text
|
|
tests/lib/mirrors/method_mirror_source_other.dart -text
|
|
|
|
# Files to leave alone and not diff.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.xpi binary
|