From 9216d6baadaea023650ab5854156be6824143210 Mon Sep 17 00:00:00 2001 From: cuire Date: Mon, 9 Jan 2023 16:22:45 +0500 Subject: [PATCH] crlf to lf eol normalization --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6313b56c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf