# Shell scripts must use LF so they run on macOS/Linux even when committed from Windows.
*.sh text eol=lf
# Windows scripts must use CRLF so double-click / cmd parses them reliably.
*.cmd text eol=crlf
*.ps1 text eol=crlf
