From 572016df126aa030164c27757e74a0b062dc1478 Mon Sep 17 00:00:00 2001 From: chylex Date: Wed, 23 Sep 2020 19:42:57 +0200 Subject: [PATCH] Enforce 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 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf