From f054e3e2162a3b0d66062675604aa3d377fe19d8 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 5 Jun 2023 16:47:11 +0200 Subject: [PATCH] Add .gitattributes to preserve eol for appcast.xml --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..bffa1f193 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +appcast.xml eol=crlf \ No newline at end of file