From 6563cd99b776e24e357e3c76910b541a2bc29c1a Mon Sep 17 00:00:00 2001 From: Lutz Date: Wed, 9 Nov 2022 17:16:38 +0100 Subject: [PATCH] added .gitattributes handling of line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e628dd7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +#.gitattributes +# disable newline conversion on checkout with no conversion on check-in for all files +* -text