* text=auto eol=lf

# Fichiers texte explicitement reconnus
*.js      text eol=lf
*.ts      text eol=lf
*.vue     text eol=lf
*.json    text eol=lf
*.css     text eol=lf
*.scss    text eol=lf
*.html    text eol=lf
*.md      text eol=lf
*.yml     text eol=lf
*.yaml    text eol=lf
*.sh      text eol=lf

# Binaires : aucune conversion
*.png     binary
*.jpg     binary
*.jpeg    binary
*.gif     binary
*.webp    binary
*.pdf     binary
*.woff    binary
*.woff2   binary
*.ico     binary

