spring-projects / spring-petclinic

A sample Spring-based application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add .gitattributes for mvnw file

doggy8088 opened this issue · comments

In Git for Windows, the default newline is CRLF. But the mvnw file can only be interpreted by LF newline character.

I think it should add an .gitattributes file with the following content:

mvnw    text eol=lf