mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-12-01 15:48:46 +01:00
Default to unix line endings (#3932)
* Default to unix line endings * Respect preconfigured settings
This commit is contained in:
committed by
GitHub
parent
c978322036
commit
abbac057ed
@@ -90,6 +90,9 @@ subprojects {
|
||||
java {
|
||||
licenseHeaderFile(rootProject.file("HEADER.txt"))
|
||||
target("**/*.java")
|
||||
endWithNewline()
|
||||
trimTrailingWhitespace()
|
||||
removeUnusedImports()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user