Commit 0aff1f9ce5

Ryan Liptak <squeek502@hotmail.com>
2024-02-09 12:38:48
Mark .zon as eol=lf
Fixes git autocrlf issues with .zon files on Windows
1 parent 2a3e601
Changed files (1)
.gitattributes
@@ -1,4 +1,5 @@
 *.zig text eol=lf
+*.zon text eol=lf
 *.txt text eol=lf
 langref.html.in text eol=lf
 lib/std/compress/testdata/** binary