Add XML rules
This commit is contained in:
parent
4b767bca54
commit
54f95dbd92
2 changed files with 14 additions and 1 deletions
|
@ -14,4 +14,17 @@ spotless {
|
||||||
trimTrailingWhitespace()
|
trimTrailingWhitespace()
|
||||||
endWithNewline()
|
endWithNewline()
|
||||||
}
|
}
|
||||||
|
format 'misc', {
|
||||||
|
target '**/*.gradle', '**/*.md', '**/.gitignore'
|
||||||
|
indentWithSpaces()
|
||||||
|
trimTrailingWhitespace()
|
||||||
|
endWithNewline()
|
||||||
|
}
|
||||||
|
|
||||||
|
format 'xml', {
|
||||||
|
target 'src/*.xml'
|
||||||
|
indentWithSpaces()
|
||||||
|
trimTrailingWhitespace()
|
||||||
|
endWithNewline()
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue