blob: cd39f9b51df914c5a42c2d8d6c040940a960e13a [file] [log] [blame]
##
# Every file recognized as text should use LF
* text=auto eol=lf
# These are checked by Spotless
*.java text eol=lf
*.properties text eol=lf
*.xml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
# Maven Wrapper need LF line endings
/.mvn/wrapper/maven-wrapper.properties eol=lf
# Maven Wrapper scripts
/mvnw text eol=lf
/mvnw.cmd text eol=crlf