spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.75k stars 38.15k forks source link

Fix indentation to use tabs in Kotlin source files #33840

Closed izeye closed 3 weeks ago

izeye commented 3 weeks ago

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

https://github.com/spring-projects/spring-framework/blob/c6126b2033a72e7d0f555d0f49cf1145c87bc036/.editorconfig#L6-L8

sdeleuze commented 3 weeks ago

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