OLD | NEW |
| 1 # Source files should not be normalized to avoid confusing clang-format-diff.py |
| 2 *.c text eol=lf |
| 3 *.cc text eol=lf |
| 4 *.cpp text eol=lf |
| 5 *.h text eol=lf |
| 6 |
1 # Explicitly declare text files we want to be normalized. | 7 # Explicitly declare text files we want to be normalized. |
2 *.c text | |
3 *.cc text | |
4 *.cpp text | |
5 *.h text | |
6 *.gyp text | 8 *.gyp text |
7 *.gypi text | 9 *.gypi text |
8 *.dart text | 10 *.dart text |
9 *.mk text | 11 *.mk text |
10 *.Makefile text | 12 *.Makefile text |
11 *.md text | 13 *.md text |
12 *.yaml text | 14 *.yaml text |
13 | 15 |
14 # Files that should not be converted. | 16 # Files that should not be converted. |
15 tests/compiler/dart2js_extra/string_interpolation_test.dart -text | 17 tests/compiler/dart2js_extra/string_interpolation_test.dart -text |
(...skipping 12 matching lines...) Expand all Loading... |
28 tests/lib/mirrors/method_mirror_source_test.dart -text | 30 tests/lib/mirrors/method_mirror_source_test.dart -text |
29 tests/lib/mirrors/method_mirror_source_other.dart -text | 31 tests/lib/mirrors/method_mirror_source_other.dart -text |
30 pkg/dev_compiler/test/codegen/language/multiline_newline_crlf.dart -text | 32 pkg/dev_compiler/test/codegen/language/multiline_newline_crlf.dart -text |
31 pkg/dev_compiler/test/codegen/lib/mirrors/method_mirror_source_line_ending_cr.da
rt -text | 33 pkg/dev_compiler/test/codegen/lib/mirrors/method_mirror_source_line_ending_cr.da
rt -text |
32 pkg/dev_compiler/test/codegen/lib/mirrors/method_mirror_source_line_ending_crlf.
dart -text | 34 pkg/dev_compiler/test/codegen/lib/mirrors/method_mirror_source_line_ending_crlf.
dart -text |
33 | 35 |
34 # Files to leave alone and not diff. | 36 # Files to leave alone and not diff. |
35 *.png binary | 37 *.png binary |
36 *.jpg binary | 38 *.jpg binary |
37 *.xpi binary | 39 *.xpi binary |
OLD | NEW |