From bc1de4305a1aba2f70ae89675b2dc3eb038fbd5a Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 18 Jul 2021 18:07:24 -0700 Subject: [PATCH] gitattributes- force the zigmod meta files to be lf too --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7e458b85ceb51d2591e9ad514c509c8bde8da173..6699cf656bac1a432c7c2305a193f400ed97cb81 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,5 @@ * text=auto # TODO https://github.com/ziglang/zig/issues/38 *.zig text eol=lf +zig.mod text eol=lf +zigmod.* text eol=lf -- 2.54.0