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

Side by Side Diff: .gitattributes

Issue 1168393003: Enforce LF line endings in the git database. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: rebase 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 | tests/compiler/dart2js/async_await_syntax_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Explicitly declare text files we want to be normalized.
2 *.c text
3 *.cpp text
4 *.h text
5 *.gyp text
6 *.gypi text
7 *.dart text
8 *.mk text
9 *.Makefile text
10 *.md text
11 *.yaml text
12
13 # Windows files that should not be converted.
14 tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text
15
16 # Files to leave alone and not diff.
17 *.png binary
18 *.jpg binary
19 *.xpi binary
OLDNEW
« no previous file with comments | « no previous file | tests/compiler/dart2js/async_await_syntax_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698