aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorKennyTV <[email protected]>2021-06-12 14:09:11 +0200
committerKennyTV <[email protected]>2021-06-12 14:09:11 +0200
commit88bc74ec42dd81d5284167435458cead27991ff3 (patch)
treeef4b1cd98d98b6ebe51fda69fedde658b8cba615 /.gitattributes
parent3c1cd3bdf2a393695086f665f708b93f459902a4 (diff)
downloadPaper-88bc74ec42dd81d5284167435458cead27991ff3.tar.gz
Paper-88bc74ec42dd81d5284167435458cead27991ff3.zip
Fix patch, fix .gitattributes file name
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..2fb638f44b
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,7 @@
+* text=auto
+
+*.sh text eol=lf
+gradlew text eol=lf
+*.bat text eol=crlf
+
+*.jar binary