mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
5 lines
203 B
Plaintext
5 lines
203 B
Plaintext
# `git apply` and friends don't understand CRLF, even on windows. Force those
|
|
# files to be checked out with LF endings even if core.autocrlf is true.
|
|
*.patch text eol=lf
|
|
patches/**/.patches merge=union
|