File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/main/resources/spotless Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7878
7979# Changelog
8080## [ Unreleased]
81+ ### Fixed
82+ - More spotless deprecation warnings.
8183
8284## [ 9.0.1] - 2025-06-23
8385### Fixed
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import com.diffplug.gradle.spotless.FreshMarkExtension
66
77Action<FreshMarkExtension > freshmarkSetup = {
88 it. target ' *.md'
9- it. indentWithSpaces (2 )
9+ it. leadingTabsToSpaces (2 )
1010 it. trimTrailingWhitespace()
1111 it. endWithNewline()
1212}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ spotless {
1313 clearSteps() // play nicely with java.gradle
1414 target ' *.gradle' , ' buildSrc/*.gradle'
1515 greclipse()
16- indentWithSpaces (2 )
16+ leadingTabsToSpaces (2 )
1717 }
1818 }
1919 if (plugins. hasPlugin(' org.jetbrains.kotlin.jvm' ) || plugins. hasPlugin(' org.jetbrains.kotlin.multiplatform' )) {
You can’t perform that action at this time.
0 commit comments