summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-07-09 15:41:58 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-08-24 19:48:03 +0200
commita76545d600efcd6baea1d4e170fc8360382588c4 (patch)
tree9a08b66bf66bdab24832e17b8ac26937b20eaeff /.gitattributes
parentd8479e7e3744b8d1d31ac4d9f972e560eacd2cf8 (diff)
Update to Gradle 6.5.1
This commit updates the Gradle wrapper to version 6.5.1 to address some of the issues we were having when importing the project.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 526c8a38..9d6ef431 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,5 @@
-*.sh text eol=lf \ No newline at end of file
+# https://help.github.com/articles/dealing-with-line-endings/
+#
+# These are explicitly windows files and should use crlf
+*.bat text eol=crlf
+*.sh text eol=lf