fix: use same eol setting in gitattributes as upstream (#973)

This commit is contained in:
Yury Semikhatsky 2022-06-28 12:29:27 -07:00 committed by GitHub
parent 844d1665b2
commit ec8fb9f191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.gitattributes vendored
View File

@ -1,3 +1,5 @@
# text files must be lf for golden file tests to work
*.txt eol=lf
*.json eol=lf
* text=auto eol=lf
# make project show as TS on GitHub
*.js linguist-detectable=false