diff --git a/.gitattributes b/.gitattributes index 3b41682..e2673ec 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ -/mvnw text eol=lf -*.cmd text eol=crlf +* text=auto +*.sh text eol=lf +*.bat text eol=crlf