From c67ebfe616dd75e97d7c8d91dd85dc66ef47d5f9 Mon Sep 17 00:00:00 2001 From: jw098 Date: Sun, 29 Jun 2025 23:11:26 -0700 Subject: [PATCH] gitattributes: disable all line ending conversion --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..5378fe089b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* -text \ No newline at end of file