Chromium Code Reviews| 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. |
|
herhut
2015/06/26 07:22:15
Can you get rid of the Windows here? It now are si
| |
| 14 tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text | |
| 14 tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text | 15 tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text |
|
Lasse Reichstein Nielsen
2015/06/26 13:02:40
I think the _ending_lf.dart file should also not b
rmacnak
2015/06/26 16:56:21
Added in 0d70fd8d9f574adedeeb3faadfd13c1a16ed9cba
| |
| 15 tests/compiler/dart2js_extra/string_interpolation_test.dart -text | 16 tests/compiler/dart2js_extra/string_interpolation_test.dart -text |
| 16 tests/compiler/dart2js_extra/string_interpolation_dynamic_test.dart -text | 17 tests/compiler/dart2js_extra/string_interpolation_dynamic_test.dart -text |
| 17 | 18 |
| 18 # Files to leave alone and not diff. | 19 # Files to leave alone and not diff. |
| 19 *.png binary | 20 *.png binary |
| 20 *.jpg binary | 21 *.jpg binary |
| 21 *.xpi binary | 22 *.xpi binary |
| OLD | NEW |