From 41a22d5e5aeb5faafbd3b0bb7b735f2a6f3bc2de Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 26 Aug 2021 19:54:42 -0700 Subject: [PATCH] add gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..f6d0facb0f9139bd8e89d2a10674459bb1b00127 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Auto detect text files and perform LF normalization +* text=auto +# TODO https://github.com/ziglang/zig-spec/issues/38 +*.zig text eol=lf +zig.mod text eol=lf +zigmod.* text eol=lf -- 2.54.0