From 315fe4da80d6f03fbd8fd9e97cad5f74485d1cde Mon Sep 17 00:00:00 2001 From: Bevan Arps Date: Wed, 18 Aug 2021 15:22:36 +1200 Subject: [PATCH] Fix EOLN settings so devcontainer works on Windows (#1719) Co-authored-by: George Pollard --- .gitattributes | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 93cb9cf9ce1..7aa493e851a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,7 @@ -*.sh text eol=LF -Makefile text eol=LF +*.sh text eol=lf +*.py text eol=lf +*.golden eol=lf +Makefile text eol=lf +Taskfile.{yml,yaml} text eol=lf *.{cmd,[cC][mM][dD]} text eol=crlf *.{bat,[bB][aA][tT]} text eol=crlf