From 5ffb64289af68004501a7d5b8ce0224a1bc4a7ef Mon Sep 17 00:00:00 2001 From: Kaouthia Date: Sat, 31 May 2025 14:58:22 +0100 Subject: [PATCH] Fixing CRLF line endings --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3d3e5a1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto +*.sh text eol=lf +Dockerfile text eol=lf +*.yml text eol=lf +*.yaml text eol=lf