1
0
CraftingInterpreters/.gitattributes

13 lines
278 B
Plaintext
Raw Normal View History

2024-03-16 21:40:01 +00:00
#
# 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
2024-10-01 18:34:58 +00:00
# Binary files should be left untouched
*.jar binary