# Cross-platform text files use LF.
* text=auto eol=lf

# Windows shells use CRLF so PowerShell understands BOM-tagged scripts.
*.bat text eol=crlf
*.ps1 text eol=crlf

# Binary blobs
*.pdf binary
*.xlsx binary
*.png binary
*.jpg binary
