From 6d7e2d2fbae430a6ccd86ed7673c0355dd2f788c Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 30 Sep 2021 17:44:59 -0700 Subject: [PATCH] gitattributes- add auto lf for all other files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 0cb064a..b27d219 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ +* text=auto *.zig text=auto eol=lf