From 5c53a7394479394d74b6a28aa4a7235ede9e4d1e Mon Sep 17 00:00:00 2001 From: cheeks <134818917+leftovertoast@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:42:15 -0500 Subject: [PATCH] add attributes file --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..51677cb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* test=auto eol=lf +* java=auto eol=lf +* lst=auto eol=lf +* properties=auto eol=lf +* xml=auto eol=lf