Sets lf line endings in gitattributes and remove unused stats linguist setting. (#536)

Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
This commit is contained in:
Anuraag Agrawal
2022-05-10 11:13:28 +09:00
committed by GitHub
parent 96bc7c8462
commit 779f01a4e1

5
.gitattributes vendored
View File

@@ -1,3 +1,2 @@
# Ignore the auto-generated Wasm spectest files from language statistics of wazero repo.
# https://stackoverflow.com/questions/19052834/is-it-possible-to-exclude-files-from-git-language-statistics
wasm/internal/spectests/cases/* linguist-vendored
# Improves experience of commands like `make format` on Windows
* text=auto eol=lf