From c442327275ae0553670204ef320de9d53690ea0c Mon Sep 17 00:00:00 2001 From: Harald Reingruber Date: Wed, 30 Oct 2019 15:29:16 +0100 Subject: [PATCH] Fix line endings for Windows docker environment --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a0a0693c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto +*.sh text eol=lf +proc-start text eol=lf +Rakefile text eol=lf \ No newline at end of file