From bdad4f302d0c58be7e85b1ed9c950d4be9f3ff30 Mon Sep 17 00:00:00 2001 From: ReinforceZwei Date: Fri, 15 Sep 2023 14:43:24 +0800 Subject: [PATCH] [skip ci] Set repository line endings to LF --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..2b92de6f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default line endings to LF +* text=auto \ No newline at end of file