From 1c46d8558720da9c5767540ac8896a04937f4875 Mon Sep 17 00:00:00 2001 From: "ruifeng.zhou" Date: Wed, 1 Jul 2026 13:30:11 +0800 Subject: [PATCH] Add C# line ending attributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c6c8654 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.cs text eol=crlf +.gitattributes text eol=lf