From d055a8591f9788b361f216e2d3a53017ae032377 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 27 Jul 2021 23:56:52 -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..6699cf656bac1a432c7c2305a193f400ed97cb81 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Auto detect text files and perform LF normalization +* 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