From a71ba02b115e61d2bb3935f816da68f4d83f3506 Mon Sep 17 00:00:00 2001 From: ShadyGuy Date: Mon, 8 Nov 2021 17:23:23 +0100 Subject: [PATCH] [.gitattributes] Always ensure LF line endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6313b56c5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf