Update .gitattributes

If I won't keep *.java file as LF newline, I can't run app because I can't pass "io.spring.javaformat:spring-javaformat-maven-plugin:0.0.31:validate" goal when I mount files into container.
This commit is contained in:
Will 保哥 2023-01-23 01:58:14 +08:00 committed by Dave Syer
parent dd54a40501
commit bac74f7a99

1
.gitattributes vendored
View file

@ -1 +1,2 @@
mvnw text eol=lf
*.java text eol=lf