master amadaluzia/rosetta-collatz / kotlin / .gitattributes
 1#
 2# https://help.github.com/articles/dealing-with-line-endings/
 3#
 4# Linux start script should use lf
 5/gradlew        text eol=lf
 6
 7# These are Windows script files and should use crlf
 8*.bat           text eol=crlf
 9
10# Binary files should be left untouched
11*.jar           binary
12