indentWithTabs

This commit is contained in:
Gavin King 2024-09-16 10:54:50 +02:00
parent bbc325c26f
commit 23084dd16c
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@ spotless {
java {
licenseHeaderFile rootProject.file('spotless.license.java')
removeUnusedImports()
indentWithTabs(4)
trimTrailingWhitespace()
endWithNewline()
}