From 9abf6c6ff08a84cc00b3872d5151012aaa055799 Mon Sep 17 00:00:00 2001 From: cd <3194821290@qq.com> Date: Sat, 27 May 2023 23:02:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bdf8c0d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# Set the default behavior for all files. +* text=auto + +# Normalized and converts to +# native line endings on checkout. +*.c text +*.h text + +# Convert to CRLF line endings on checkout. +*.sln text eol=crlf + +# Convert to LF line endings on checkout. +*.sh text eol=lf + +# Binary files. +*.png binary +*.jpg binary \ No newline at end of file