chore: ajout .gitattributes pour normaliser les fins de ligne
Fixe les différences LF/CRLF entre WSL et Windows. Tous les fichiers texte sont normalisés en LF dans le repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
64a453e4fb
commit
8b5182b931
19
.gitattributes
vendored
Normal file
19
.gitattributes
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
# Normalise les fins de ligne : LF dans le repo, natif en working copy
|
||||
* text=auto eol=lf
|
||||
|
||||
# Fichiers texte explicites
|
||||
*.ts text eol=lf
|
||||
*.js text eol=lf
|
||||
*.json text eol=lf
|
||||
*.css text eol=lf
|
||||
*.html text eol=lf
|
||||
*.md text eol=lf
|
||||
*.yml text eol=lf
|
||||
*.yaml text eol=lf
|
||||
|
||||
# Binaires — pas de conversion
|
||||
*.ico binary
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.exe binary
|
||||
*.node binary
|
||||
Loading…
Reference in New Issue
Block a user