From 3bb6cc60a3bac6c4988bae6e5714e5e9271d47e3 Mon Sep 17 00:00:00 2001 From: eaglercraft Date: Mon, 17 Jun 2024 21:57:03 -0700 Subject: [PATCH] Add missing .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000..24230ba --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# +# https://help.github.com/articles/dealing-with-line-endings/ +# + +*.bat text eol=crlf +*.sh text eol=lf +gradlew text eol=lf