Enforce LF line endings in the git database.

BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//1168393003.
This commit is contained in:
Stephan Herhut 2015-06-25 13:41:53 +02:00
parent fbbc4c08ed
commit b1c1606e17
44 changed files with 13537 additions and 13518 deletions

19
.gitattributes vendored Normal file
View file

@ -0,0 +1,19 @@
# Explicitly declare text files we want to be normalized.
*.c text
*.cpp text
*.h text
*.gyp text
*.gypi text
*.dart text
*.mk text
*.Makefile text
*.md text
*.yaml text
# Windows files that should not be converted.
tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text
# Files to leave alone and not diff.
*.png binary
*.jpg binary
*.xpi binary