From 1595676c61fc70d4418d6391d111d830563006e5 Mon Sep 17 00:00:00 2001 From: automaton82 Date: Mon, 16 Oct 2023 16:30:25 -0400 Subject: [PATCH] Fix for #911, CRLF line endings, new fix. --- packages/server/bin/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 packages/server/bin/.gitattributes diff --git a/packages/server/bin/.gitattributes b/packages/server/bin/.gitattributes new file mode 100644 index 00000000..473187f2 --- /dev/null +++ b/packages/server/bin/.gitattributes @@ -0,0 +1,2 @@ +dev eol=lf +run eol=lf \ No newline at end of file