summaryrefslogtreecommitdiff
path: root/simulator/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/.gitattributes')
-rw-r--r--simulator/.gitattributes7
1 files changed, 7 insertions, 0 deletions
diff --git a/simulator/.gitattributes b/simulator/.gitattributes
new file mode 100644
index 00000000..12924725
--- /dev/null
+++ b/simulator/.gitattributes
@@ -0,0 +1,7 @@
+# https://help.github.com/articles/dealing-with-line-endings/
+#
+# These are explicitly windows files and should use crlf
+*.bat text eol=crlf
+
+# See https://github.com/gradle/gradle/issues/12248
+buildSrc/src/main/**/*.gradle.kts text eol=lf