Exclude weblate strings
This commit is contained in:
parent
91b98cdb82
commit
45b5d9b8a4
@ -28,6 +28,8 @@ spotless {
|
||||
format("xml") {
|
||||
target("**/*.xml")
|
||||
targetExclude("**/build/**/*.xml")
|
||||
// weblate seems to have its own line endings
|
||||
targetExclude("**/moko-resources/**/*.xml")
|
||||
trimTrailingWhitespace()
|
||||
endWithNewline()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user