# Normalize text files to LF in the repository across all platforms.
* text=auto eol=lf

# Windows-native scripts keep CRLF for compatibility.
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
