diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000..24230ba --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# +# https://help.github.com/articles/dealing-with-line-endings/ +# + +*.bat text eol=crlf +*.sh text eol=lf +gradlew text eol=lf