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 # Windows files that should not be converted. | 13 # Windows files that should not be converted. |
14 tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text | 14 tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text |
| 15 tests/compiler/dart2js_extra/string_interpolation_test.dart -text |
| 16 tests/compiler/dart2js_extra/string_interpolation_dynamic_test.dart -text |
15 | 17 |
16 # Files to leave alone and not diff. | 18 # Files to leave alone and not diff. |
17 *.png binary | 19 *.png binary |
18 *.jpg binary | 20 *.jpg binary |
19 *.xpi binary | 21 *.xpi binary |
OLD | NEW |