From 8a4d14b12161f4a09779a99a426c1c4a620d7255 Mon Sep 17 00:00:00 2001 From: JamesParrott <80779630+JamesParrott@users.noreply.github.com> Date: Sun, 8 Sep 2024 16:17:36 +0100 Subject: [PATCH] Create .gitattributes, to enforce crlf line endings consistently --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3dc24e5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +eol=crlf \ No newline at end of file