Skip to content

Conversation

@zimeg
Copy link
Member

@zimeg zimeg commented Dec 17, 2025

Type of change

  • Bug fix

Summary

This PR updates formatting settings to avoid deprecated tab replacement:

Preview

Before changes:

$ gradle spotlessApply
'indentWithTabs' is deprecated, use 'leadingSpacesToTabs' in your gradle build script instead.

BUILD SUCCESSFUL in 501ms
7 actionable tasks: 2 executed, 5 up-to-date

After changes:

$ gradle spotlessApply

BUILD SUCCESSFUL in 451ms
7 actionable tasks: 2 executed, 5 up-to-date

Requirements

  • I have ensured the changes I am contributing align with existing patterns and have tested and linted my code
  • I've read and agree to the Code of Conduct

@zimeg zimeg self-assigned this Dec 17, 2025
@zimeg zimeg requested a review from a team as a code owner December 17, 2025 20:03
@zimeg zimeg added the bug Something isn't working label Dec 17, 2025
@zimeg zimeg merged commit 03c6170 into main Dec 22, 2025
6 checks passed
@zimeg zimeg deleted the zimeg-build-tabs branch December 22, 2025 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants