mirror of
https://github.com/lliding/ld-emacs.git
synced 2025-10-13 05:23:05 +00:00
7 lines
212 B
Plaintext
7 lines
212 B
Plaintext
# Automatically normalize line endings (to LF) for all text-based files.
|
|
* text=auto eol=lf
|
|
|
|
# Do not modify line endings for binary files (which are sometimes auto
|
|
# detected as text files by git).
|
|
*.png binary
|