# Auto detect text files and perform LF normalization
*text=auto# Shell scripts must use LF (Unix line endings)
*.shtexteol=lf*.zshtexteol=lf*.bashtexteol=lf*.fishtexteol=lf# PowerShell can use CRLF (Windows)
*.ps1texteol=crlf# Rust source files
*.rstexteol=lf# Config files
*.tomltexteol=lf*.jsontexteol=lf*.yamltexteol=lf*.ymltexteol=lf