# Shell scripts must keep LF: a CR in the shebang or in a command breaks bash on Linux.
*.sh text eol=lf

# PowerShell is happy either way, but keep the working tree native on Windows.
*.ps1 text eol=crlf
*.cmd text eol=crlf
