Files
node-26/.gitattributes
Logan Cusano fb13bb8ae3
CI / lint (push) Successful in 10s
CI / test (push) Successful in 57s
Pin *.sh to LF so Windows checkouts cannot ship a CRLF shebang
2026-08-20 03:13:10 -04:00

5 lines
245 B
Plaintext

# Shell scripts run inside Linux containers. A CRLF shebang there fails as
# "bad interpreter: /bin/sh^M", which surfaces only as a container that will
# not start. Windows checkouts have core.autocrlf=true, so pin these to LF.
*.sh text eol=lf