From 07021a1e3015a6f60e522164d61bc3b55f8432af Mon Sep 17 00:00:00 2001 From: Moritz Mock Date: Thu, 12 Aug 2021 15:05:12 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fd1d2b9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don’t have core.autocrlf set. +* text=auto eol=lf