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