From 8cb2963798dd069c211b54db0ca76aaafa14cc46 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 1 Feb 2022 11:22:04 +0100 Subject: [PATCH] Configure Unix line endings on Windows git on Windows uses auto line endings when downloading repos. We don't want bash to complain about Windows line endings, therefore we change the line endings for this repo to Unix style. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..88c51b9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Configure Unix line endings even on Windows +* text eol=lf