From f5b31d8e99bb28015556fa1406c473a2b343c393 Mon Sep 17 00:00:00 2001 From: Vulpovile Date: Thu, 2 Nov 2023 19:40:56 -0700 Subject: [PATCH] Disable line ending conversions --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ca88e91 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=false