mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
15 lines
322 B
Text
15 lines
322 B
Text
# 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
|
|
*.dds binary
|
|
*.gif binary
|
|
*.jpg binary
|
|
*.pbm binary
|
|
*.pgm binary
|
|
*.png binary
|
|
*.ppm binary
|
|
|
|
# Prevent port patches from being normalized
|
|
/Ports/**/patches/* -text
|