From 6a3d94cc748195dec73088ac943135ab54673cab Mon Sep 17 00:00:00 2001 From: NicknineTheEagle Date: Wed, 9 Jul 2025 21:56:49 +0300 Subject: [PATCH] Added .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..65b61c8c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto eol=lf + +*.rc text eol=crlf +*.sh text eol=lf +*.bat text eol=crlf +*.vcxproj text eol=crlf +*.vcxproj.filters text eol=crlf +*.sln text eol=crlf