From 7b81fd6dcc965d554fea7c184593f385107c2a8b Mon Sep 17 00:00:00 2001 From: Moritz Mock Date: Thu, 12 Aug 2021 15:01:48 +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 000000000..fd1d2b920 --- /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