From fbfb74e8fb9f18acc82b38351a946f51d103ca4d Mon Sep 17 00:00:00 2001 From: Moritz Mock Date: Thu, 12 Aug 2021 15:03:00 +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