From 945e69d89653cf21c2fd7431f7c854b84699c322 Mon Sep 17 00:00:00 2001 From: Verdi R-D Date: Fri, 27 Sep 2024 21:59:59 -0400 Subject: [PATCH] bug: force git to use unix style line endings to not break docker --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a8763f8..a6ebbd8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ -* text=auto +* text=auto eol=lf + +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf + *.css linguist-vendored *.scss linguist-vendored