From 0aff1f9ce51fd1b0df5cb5a6a06c5d6c744749fe Mon Sep 17 00:00:00 2001 From: Ryan Liptak Date: Fri, 9 Feb 2024 03:38:48 -0800 Subject: [PATCH] Mark .zon as eol=lf Fixes git autocrlf issues with .zon files on Windows --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 449d26d8ee40042e8d304849c28bebb30c018fa6..0e0863aaf6de73bc27bdaeb017afc422753a4fd3 100644 --- a/.gitattributes +++ b/.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 -- 2.54.0