17 lines
288 B
Plaintext
17 lines
288 B
Plaintext
# Force LF for all text files
|
|
* text=auto eol=lf
|
|
|
|
# Ensure specific file types always use LF
|
|
*.sh text eol=lf
|
|
*.js text eol=lf
|
|
*.php text eol=lf
|
|
*.html text eol=lf
|
|
*.css text eol=lf
|
|
*.json text eol=lf
|
|
*.md text eol=lf
|
|
|
|
# Keep binary files untouched
|
|
*.png binary
|
|
*.jpg binary
|
|
*.gif binary
|