From d069f46bce77745c8f43c1b19868450b17e7362f Mon Sep 17 00:00:00 2001 From: Jackson K Date: Tue, 9 Dec 2025 09:28:52 +1300 Subject: [PATCH] Make all ps1 files CRLF in .gitattributes & Make Dockerfiles LF. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b086bda --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ps1 text eol=crlf