From b07653b34f6fb29fdc2008ce2d78debcf4d66c71 Mon Sep 17 00:00:00 2001 From: Harald Reingruber Date: Thu, 5 May 2022 23:30:25 +0200 Subject: [PATCH] Add explanation comment to .gitattributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a0a0693c..f2a26b4c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ +# Fixes line endings for Windows (Docker) environment, which are by default converted to crlf * text=auto *.sh text eol=lf proc-start text eol=lf -Rakefile text eol=lf \ No newline at end of file +Rakefile text eol=lf