Replace deprecated indentWithSpaces with leadingTabsToSpaces (#1956)

This commit is contained in:
galiren
2025-05-06 04:42:56 +08:00
committed by GitHub
parent c23cbe991e
commit 7f074bfe52

View File

@@ -42,7 +42,7 @@ spotless {
format("misc") {
target("*.md", ".gitignore")
trimTrailingWhitespace()
indentWithSpaces(2)
leadingTabsToSpaces(2)
endWithNewline()
}
val configureCommonJavaFormat: JavaExtension.() -> Unit = {