# Auto-detect text files and normalize line endings to LF
* text=auto eol=lf
# Explicitly declare text files with LF line endings
*.rs text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.sh text eol=lf
# Windows scripts with CRLF
*.cmd text eol=crlf
*.bat text eol=crlf
*.ps1 text eol=lf