diff --git a/.gitattributes b/.gitattributes index f857c270..3a08bc38 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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