# Normalize all text files to LF in the repository
* text=auto eol=lf
# Scripts (ensure LF endings)
*.sh text eol=lf
*.ps1 text eol=lf
# Common text types
*.rs text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.json text eol=lf
*.ts text eol=lf
*.js text eol=lf
*.html text eol=lf
*.css text eol=lf
*.yml text eol=lf
*.yaml text eol=lf