chore(git): Fix line endings in text files (#4320)

Although we said on #4315 to add just a comment in the CONTRIBUTING.md file. I think this solution will be better for the repository's health.

We could also apply this for `*.js` but it's up to you.

This is what I needed to run after I added this file:
```
git rm --cached -r .
git reset --hard
```

Fixes #4315
This commit is contained in:
Darío Kondratiuk 2019-04-22 13:03:42 -03:00 committed by Andrey Lushnikov
parent 770411be9d
commit 2d536519a4

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Declare files that will always have LF line endings on checkout.
*.txt eol=lf