From 989c0b9904815d54bfb33fcb24b9ef0f611c8b4d Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Mon, 27 Nov 2023 12:34:51 +0100 Subject: [PATCH] added a .gitattributes file to force lf checkouts on windows --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c628dfd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto + +*.cs text eol=lf +*.md text eol=lf