mirror of
https://github.com/Joulenap/joulenap.git
synced 2026-08-11 13:21:43 +02:00
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
# Normalize line endings to LF for text files across platforms.
|
|
* text=auto eol=lf
|
|
|
|
# Binary assets — never normalize.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.svg text eol=lf
|
|
*.ico binary
|
|
*.woff binary
|
|
*.woff2 binary
|