# Ensure PowerShell scripts always use CRLF — powershell.exe (v5.1)
# fails to parse here-strings with LF-only line endings.
*.ps1 text eol=crlf
