mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
# Set the default behavior to always use LF file endings
|
|
* text=auto eol=lf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.bmp binary
|
|
*.gif binary
|
|
*.jpg binary
|
|
*.png binary
|