mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 11:44:42 +02: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