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

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: 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
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 only files that should not be converted.
14 *.bat -text
nweiz 2015/06/09 19:11:50 Is there actually a reason not to convert .bat fil
herhut 2015/06/24 07:42:30 No. Removed.
15
16 # Files to leave alone and not diff.
17 *.png binary
18 *.jpg binary
19 *.xpi binary
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698