mirror of
https://github.com/openglow-org/forgefirm.git
synced 2026-09-27 08:41:13 -07:00
.gitattributes sets text=auto with eol=lf, so every text file is stored and checked out with LF, and a patch keeps its bytes. The files that carried CRLF from a Windows editor are renormalized. No content changes.
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
# Every text file is stored and checked out with LF; a patch keeps its bytes.
|
|
* text=auto eol=lf
|
|
*.patch -text
|
|
*.diff -text
|