From 2cbd4b4219a3b3820f1f937680f5ac2b766006bf Mon Sep 17 00:00:00 2001 From: Michael Hart Date: Mon, 12 Feb 2024 19:25:29 +1100 Subject: [PATCH] Ensure all test fixtures keep LF line endings --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..53641f4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.authz text eol=lf +*.creq text eol=lf +*.req text eol=lf +*.sreq text eol=lf +*.sts text eol=lf