From d80405d7c09b3285e31b03c009924a85e694a521 Mon Sep 17 00:00:00 2001 From: Hanz Date: Mon, 18 Aug 2025 13:53:08 -0500 Subject: [PATCH] gitconfig should be gitattributes, my bad --- .gitattributes | 1 + .gitconfig | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .gitattributes delete mode 100644 .gitconfig diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0c42f3c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=crlf diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index c541767..0000000 --- a/.gitconfig +++ /dev/null @@ -1 +0,0 @@ -*.{cs,csproj,sln} text=auto eol=crlf