Added end of line config for git

Eslint complains on Windows about linebreaks not being LF, because they are the default CRLF on Windows. This change allows git to clone it with the expected EOL
This commit is contained in:
Marcin Kunert 2022-01-26 09:50:06 +01:00 committed by GitHub
parent 6a5ed43275
commit 3b1614b0dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
frontend/* linguist-vendored
VERSION export-subst
* text=auto eol=lf