Fix switch statement formatting in Eclipse

See https://github.com/spring-io/spring-javaformat/issues/336
This commit is contained in:
Sam Brannen 2022-06-25 14:26:59 +02:00
parent d1b65f6d3e
commit f8cdb7a747
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ org.eclipse.jdt.core.formatter.indent_empty_lines=false
org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true
org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true
org.eclipse.jdt.core.formatter.indentation.size=4
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert