From 029547c6f97bdb153cecc495a14ff3aaa233a188 Mon Sep 17 00:00:00 2001 From: Chenjie Shi Date: Thu, 20 Jun 2024 11:13:47 +0800 Subject: [PATCH] update git config (#2648) --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ee21ec4f327..2a0e8466c2c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,7 @@ *.json text *.md text *.iced text -*.csproj text \ No newline at end of file +*.csproj text + +# Use unix line endings always, even on Windows +* text=auto eol=lf