diff options
author | nea <nea@nea.moe> | 2023-11-03 18:05:59 +0100 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-11-03 18:08:18 +0100 |
commit | e3b4505b56ea405c4e60e8b53a3daf31822b612f (patch) | |
tree | ca3b3777cb2df9607388b81359102a7bdbf03890 /.gitattributes | |
parent | b9e9946ffcaa0be804964677232622e9c9109ebb (diff) | |
download | Wheelchair-e3b4505b56ea405c4e60e8b53a3daf31822b612f.tar.gz Wheelchair-e3b4505b56ea405c4e60e8b53a3daf31822b612f.tar.bz2 Wheelchair-e3b4505b56ea405c4e60e8b53a3daf31822b612f.zip |
* Add general minecraft fabric mod skeleton
* Add object formatter
* Add command to test formatter on one packet
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 9 |
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 + |