Normalize line endings to LF

.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.
This commit is contained in:
ScottW514
2026-09-14 10:39:08 -04:00
parent d8b8adaef4
commit 7c0412075c
3 changed files with 1079 additions and 1075 deletions
+4
View File
@@ -0,0 +1,4 @@
# Every text file is stored and checked out with LF; a patch keeps its bytes.
* text=auto eol=lf
*.patch -text
*.diff -text