Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Side by Side Diff: .gitattributes

Issue 1208183002: Don't normalize the CR test either. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698