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 GitHub
parent ab792d69f3
commit 122a7ab449
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitattributes vendored
View file

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