Fix switch statement formatting in Eclipse
See https://github.com/spring-io/spring-javaformat/issues/336
This commit is contained in:
parent
d1b65f6d3e
commit
f8cdb7a747
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue