Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indentation to use tabs in Kotlin source files #33840

Closed
wants to merge 1 commit into from

Conversation

izeye
Copy link
Contributor

@izeye izeye commented Nov 4, 2024

This PR fixes indentation by replacing four spaces with a tab in Kotlin source files to align with the project's .editorconfig file:

[*.{groovy,java,kt,kts,xml,xsd}]
indent_style = tab
indent_size = 4

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Nov 4, 2024
@sdeleuze sdeleuze self-assigned this Nov 4, 2024
@sdeleuze sdeleuze added type: task A general task theme: kotlin An issue related to Kotlin support labels Nov 4, 2024
@snicoll snicoll removed the status: waiting-for-triage An issue we've not yet triaged or decided on label Nov 5, 2024
@snicoll snicoll added this to the 6.1.15 milestone Nov 5, 2024
@sdeleuze sdeleuze closed this in 0beb56a Nov 5, 2024
@sdeleuze
Copy link
Contributor

sdeleuze commented Nov 5, 2024

Adapted for 6.1.x and merged with main, thanks!

@izeye izeye deleted the indentation-tab branch November 5, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: kotlin An issue related to Kotlin support type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants