OLD | NEW |
1 # Explicitly declare text files we want to be normalized. | 1 # Explicitly declare text files we want to be normalized. |
2 *.c text | 2 *.c text |
3 *.cpp text | 3 *.cpp text |
4 *.h text | 4 *.h text |
5 *.gyp text | 5 *.gyp text |
6 *.gypi text | 6 *.gypi text |
7 *.dart text | 7 *.dart text |
8 *.mk text | 8 *.mk text |
9 *.Makefile text | 9 *.Makefile text |
10 *.md text | 10 *.md text |
11 *.yaml text | 11 *.yaml text |
12 | 12 |
13 # Files that should not be converted. | 13 # Files that should not be converted. |
14 tests/compiler/dart2js_extra/string_interpolation_test.dart -text | 14 tests/compiler/dart2js_extra/string_interpolation_test.dart -text |
15 tests/compiler/dart2js_extra/string_interpolation_dynamic_test.dart -text | 15 tests/compiler/dart2js_extra/string_interpolation_dynamic_test.dart -text |
16 tests/compiler/dart2js_extra/literal_string_juxtaposition_test.dart -text | 16 tests/compiler/dart2js_extra/literal_string_juxtaposition_test.dart -text |
17 tests/language/raw_string_test.dart -text | 17 tests/language/raw_string_test.dart -text |
18 tests/language/multiline_strings_test.dart -text | 18 tests/language/multiline_strings_test.dart -text |
| 19 tests/language/multiline_newline_cr.dart -text |
| 20 tests/language/multiline_newline_crlf.dart -text |
| 21 tests/language/multiline_newline_lf.dart -text |
19 tests/lib/convert/json_pretty_test.dart -text | 22 tests/lib/convert/json_pretty_test.dart -text |
20 tests/lib/mirrors/method_mirror_source_line_ending_test.dart -text | 23 tests/lib/mirrors/method_mirror_source_line_ending_test.dart -text |
21 tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text | 24 tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text |
22 tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text | 25 tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text |
23 tests/lib/mirrors/method_mirror_source_line_ending_lf.dart -text | 26 tests/lib/mirrors/method_mirror_source_line_ending_lf.dart -text |
24 tests/lib/mirrors/method_mirror_source_test.dart -text | 27 tests/lib/mirrors/method_mirror_source_test.dart -text |
25 tests/lib/mirrors/method_mirror_source_other.dart -text | 28 tests/lib/mirrors/method_mirror_source_other.dart -text |
26 | 29 |
27 # Files to leave alone and not diff. | 30 # Files to leave alone and not diff. |
28 *.png binary | 31 *.png binary |
29 *.jpg binary | 32 *.jpg binary |
30 *.xpi binary | 33 *.xpi binary |
OLD | NEW |