From 5cfda7dbbc0ad4601ccc27150e17467b2a53b7f2 Mon Sep 17 00:00:00 2001 From: litagin02 Date: Wed, 27 Dec 2023 09:44:57 +0900 Subject: [PATCH] Fix: non-CRLF error.... --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..69b47b5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.bat text eol=crlf