summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-11-03 18:05:59 +0100
committernea <nea@nea.moe>2023-11-03 18:08:18 +0100
commite3b4505b56ea405c4e60e8b53a3daf31822b612f (patch)
treeca3b3777cb2df9607388b81359102a7bdbf03890 /.gitattributes
parentb9e9946ffcaa0be804964677232622e9c9109ebb (diff)
downloadWheelchair-e3b4505b56ea405c4e60e8b53a3daf31822b612f.tar.gz
Wheelchair-e3b4505b56ea405c4e60e8b53a3daf31822b612f.tar.bz2
Wheelchair-e3b4505b56ea405c4e60e8b53a3daf31822b612f.zip
First working versionHEADmain
* Add general minecraft fabric mod skeleton * Add object formatter * Add command to test formatter on one packet
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
+