From 2d027a80fa52adf1dde409b3f112c465a79127db Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 7 Dec 2022 19:42:55 +0000 Subject: Update dependencies and Gradle --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..afd59d8f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# +# https://help.github.com/articles/dealing-with-line-endings/ +# +# Linux start script should use lf +/gradlew text eol=lf + +# These are Windows script files and should use crlf +*.bat text eol=crlf -- cgit v1.2.3