From 059d6db3160ec0a5f62c60f4fcfdbacd87defeca Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 10 Jan 2025 00:14:25 +0530 Subject: [PATCH] fixup! fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.0.0 --- .../main/kotlin/dev/msfjarvis/claw/gradle/SpotlessPlugin.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-logic/src/main/kotlin/dev/msfjarvis/claw/gradle/SpotlessPlugin.kt b/build-logic/src/main/kotlin/dev/msfjarvis/claw/gradle/SpotlessPlugin.kt index 12328f99..c9bdd23e 100644 --- a/build-logic/src/main/kotlin/dev/msfjarvis/claw/gradle/SpotlessPlugin.kt +++ b/build-logic/src/main/kotlin/dev/msfjarvis/claw/gradle/SpotlessPlugin.kt @@ -1,5 +1,5 @@ /* - * Copyright © 2022-2024 Harsh Shandilya. + * Copyright © 2022-2025 Harsh Shandilya. * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT. @@ -41,7 +41,7 @@ class SpotlessPlugin : Plugin { target("**/*.xml") targetExclude("**/build/", ".idea/", "/spotless/", "**/lint-baseline.xml") trimTrailingWhitespace() - indentWithSpaces() + leadingTabsToSpaces() endWithNewline() licenseHeaderFile( project.file("spotless/license.xml"),