diff --git a/.gitattributes b/.gitattributes index 097f9f9..cc23192 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,2 @@ -# -# 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 - +* text=auto eol=lf +*.bat text eol=crlf