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 *.cc text |
3 *.cpp text | 4 *.cpp text |
4 *.h text | 5 *.h text |
5 *.gyp text | 6 *.gyp text |
6 *.gypi text | 7 *.gypi text |
7 *.dart text | 8 *.dart text |
8 *.mk text | 9 *.mk text |
9 *.Makefile text | 10 *.Makefile text |
10 *.md text | 11 *.md text |
11 *.yaml text | 12 *.yaml text |
12 | 13 |
(...skipping 11 matching lines...) Expand all Loading... |
24 tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text | 25 tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text |
25 tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text | 26 tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text |
26 tests/lib/mirrors/method_mirror_source_line_ending_lf.dart -text | 27 tests/lib/mirrors/method_mirror_source_line_ending_lf.dart -text |
27 tests/lib/mirrors/method_mirror_source_test.dart -text | 28 tests/lib/mirrors/method_mirror_source_test.dart -text |
28 tests/lib/mirrors/method_mirror_source_other.dart -text | 29 tests/lib/mirrors/method_mirror_source_other.dart -text |
29 | 30 |
30 # Files to leave alone and not diff. | 31 # Files to leave alone and not diff. |
31 *.png binary | 32 *.png binary |
32 *.jpg binary | 33 *.jpg binary |
33 *.xpi binary | 34 *.xpi binary |
OLD | NEW |