From 222ae0d960cdcd988ed8862706dabb1e49db2714 Mon Sep 17 00:00:00 2001 From: David Duque Date: Sun, 12 Feb 2023 18:01:57 +0000 Subject: [PATCH] For folks on Windows: Unix line-endings Ensure that folks on windows Workspace still get Unix line-endings. Might prevent cases where setup scripts will refuse to run. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b3e88fc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# All text should use Unix-style Line-endings +* text eol=lf + +# Except mta-sts.txt (RFC 8461) +mta-sts.txt eol=crlf \ No newline at end of file