Use unix line endings on all files ()

This commit is contained in:
modmuss 2024-09-10 13:17:22 +01:00 committed by GitHub
parent a3dc8b6ac6
commit f83d9a4a4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

5
.gitattributes vendored
View file

@ -1,3 +1,2 @@
*.java text eol=lf
*.json text eol=lf
*.bat text eol=crlf
* text=auto eol=lf
*.bat text eol=crlf

View file

@ -271,6 +271,8 @@ allprojects {
}
spotless {
lineEndings = com.diffplug.spotless.LineEnding.UNIX
java {
licenseHeaderFile(rootProject.file("HEADER"))
removeUnusedImports()