From 5bb4f138737e585e64b28a82c1b73cd1b57385da Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 10 Jul 2022 21:15:06 -0700 Subject: [PATCH] git: add .gitattributes to make line ending rule --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a16abb8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto eol=lf + +*.sln text eol=crlf