# Scripturile shell rulează pe Proxmox/Linux și sunt deployate direct din
# working tree (scp către /opt/scripts). Cu core.autocrlf=true pe Windows ele
# ajungeau în working tree cu CRLF, iar bash le refuză pe Linux
# ("$'\r': command not found"). Forțăm LF indiferent de platformă.
*.sh text eol=lf

# Scripturile Windows rămân CRLF.
*.ps1 text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
