Use unix line endings on all files ()

(cherry picked from commit f83d9a4a4d)
This commit is contained in:
modmuss 2024-09-10 13:17:22 +01:00 committed by modmuss50
parent d38f898f77
commit 427f7cbfec
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()