Bug 770286: Prevent git LF-to-CRLF autoconversion r=glandium

Currently git for Windows converts LF to CRLF by default, so this change prevents that to match the mercurial behavior.

Differential Revision: https://phabricator.services.mozilla.com/D32001

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kagami Sascha Rosylight 2019-07-06 02:36:03 +00:00
parent 201999f094
commit 013054f313

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Prevent line ending normalization to follow the mercurial behavior
* -text