From eb97f74b51a01afea1aca7236d5561eab32e5dcf Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 17 Jul 2021 15:19:21 -0700 Subject: [PATCH] normalize zig files to `\n` always --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe0770424b2a19faf507a501ebfc23be8f54e7b..7e458b85ceb51d2591e9ad514c509c8bde8da173 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Auto detect text files and perform LF normalization * text=auto +# TODO https://github.com/ziglang/zig/issues/38 +*.zig text eol=lf -- 2.54.0