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

Side by Side Diff: .gitattributes

Issue 2490993002: Adjust line endings setting in .gitattributes (Closed)
Patch Set: Created 4 years, 1 month 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 # 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
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
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