# Shell scripts must keep LF endings regardless of the platform they are
# checked out on. A build-wasm.sh checked out with CRLF on Windows and then
# run under Linux/macOS (or WSL, or a container) fails with
# "bad interpreter: /bin/sh^M", which is an obscure way to discover a line
# ending problem.
*.sh text eol=lf
