13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
# Normalize line endings independent of core.autocrlf.
|
|
* text=auto
|
|
|
|
# Maven wrapper: POSIX shell script must stay LF, even on Windows checkouts.
|
|
mvnw text eol=lf
|
|
*.sh text eol=lf
|
|
|
|
# Windows batch wrapper needs CRLF.
|
|
mvnw.cmd text eol=crlf
|
|
|
|
# Binaries: never convert.
|
|
*.jar binary
|