electron/.gitattributes
2020-04-06 15:15:35 -07:00

4 lines
203 B
Text

# `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