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") { format("misc") {
target("*.md", ".gitignore") target("*.md", ".gitignore")
trimTrailingWhitespace() trimTrailingWhitespace()
indentWithSpaces(2) leadingTabsToSpaces(2)
endWithNewline() endWithNewline()
} }
val configureCommonJavaFormat: JavaExtension.() -> Unit = { val configureCommonJavaFormat: JavaExtension.() -> Unit = {