aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2024-06-03 18:28:47 -0400
committerSquibid <me@zacharyscheiman.com>2024-06-03 18:28:47 -0400
commitbbb0d1d79f70fbfca377d1f2c4f558d35096a851 (patch)
tree759432ce3ef8a81352dcc14df473c8a605cc9c71 /.gitattributes
downloadlnm-bbb0d1d79f70fbfca377d1f2c4f558d35096a851.tar.gz
lnm-bbb0d1d79f70fbfca377d1f2c4f558d35096a851.tar.bz2
lnm-bbb0d1d79f70fbfca377d1f2c4f558d35096a851.zip
init
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..097f9f9
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,9 @@
+#
+# 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
+