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
Родитель 201999f094
Коммит 013054f313
1 изменённых файлов: 2 добавлений и 0 удалений

2
.gitattributes поставляемый Normal file
Просмотреть файл

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