summaryrefslogtreecommitdiff
path: root/jlox/.gitattributes
diff options
context:
space:
mode:
authorphysick <mynameisgennadiy@vk.com>2026-07-22 14:23:37 +0500
committerphysick <mynameisgennadiy@vk.com>2026-07-22 14:23:37 +0500
commitae2ed5d7a3d0b6981e9560ff76141f51a0656294 (patch)
tree2681e29b1472f548ccc89eb2cce8c8ae9e95eab3 /jlox/.gitattributes
Java impl init
Diffstat (limited to 'jlox/.gitattributes')
-rw-r--r--jlox/.gitattributes12
1 files changed, 12 insertions, 0 deletions
diff --git a/jlox/.gitattributes b/jlox/.gitattributes
new file mode 100644
index 0000000..f91f646
--- /dev/null
+++ b/jlox/.gitattributes
@@ -0,0 +1,12 @@
+#
+# 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
+
+# Binary files should be left untouched
+*.jar binary
+