From 7c229c0216a8196ba391fa0eb4a2088d4c4b9568 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Sat, 22 Aug 2020 13:36:16 +0200 Subject: [PATCH] Enable git's autocrlf --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..176a458f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto