From c0d3fe88be7807a380553107118b321590c7b468 Mon Sep 17 00:00:00 2001 From: Pavel Valach Date: Tue, 8 Oct 2024 01:33:52 +0200 Subject: [PATCH] Set CRLF for XML, CMD and BAT files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..502eaca --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.xml text eol=crlf +*.bat text eol=crlf +*.cmd text eol=crlf