mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
Replace deprecated indentWithSpaces
with leadingTabsToSpaces
(#1956)
This commit is contained in:
@@ -42,7 +42,7 @@ spotless {
|
||||
format("misc") {
|
||||
target("*.md", ".gitignore")
|
||||
trimTrailingWhitespace()
|
||||
indentWithSpaces(2)
|
||||
leadingTabsToSpaces(2)
|
||||
endWithNewline()
|
||||
}
|
||||
val configureCommonJavaFormat: JavaExtension.() -> Unit = {
|
||||
|
Reference in New Issue
Block a user