From dfa8a8c946c5eaec1b1fbfc413c9eb1b612ffab9 Mon Sep 17 00:00:00 2001 From: Robin Windey Date: Fri, 31 Mar 2023 09:14:24 +0000 Subject: [PATCH] Configure line ending to let shell scripts work in Windows ENV Signed-off-by: GitHub --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 7f8fd14dd1d..baaf0e69fe0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ /dist/* binary /package-lock.json merge=binary /core/css/*.css* binary +/.devcontainer/*.sh text eol=lf