--- type: specs.openrewrite.org/v1beta/style name: io.moderne.spring.style styleConfigs: - org.openrewrite.java.style.ImportLayoutStyle: classCountToUseStarImport: 999 nameCountToUseStarImport: 999 layout: - import java.* - - import javax.* - - import all other imports - - import org.springframework.* - - import static all other imports - org.openrewrite.java.style.TabsAndIndentsStyle: useTabCharacter: true tabSize: 1 indentSize: 1 continuationIndent: 2 indentsRelativeToExpressionStart: false