From ab0157dbe1b6f1b97f7542f6ffeb8add9dd288ee Mon Sep 17 00:00:00 2001 From: windingwind Date: Thu, 4 May 2023 20:10:43 +0800 Subject: [PATCH] change: eol auto to lf --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94f480d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file