From 88ba75f97402d8939505cb3ae21fff8e2379072b Mon Sep 17 00:00:00 2001 From: Meghan Date: Mon, 27 Feb 2023 20:29:13 -0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..403c8ef104b8bf3476b7a5155be3158eae28734e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.zig text eol=lf +zigmod.* text eol=lf -- 2.54.0