File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717<setting id =" org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value =" do not insert" />
1818<setting id =" org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value =" do not insert" />
1919<setting id =" org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value =" true" />
20- <setting id =" org.eclipse.jdt.core.formatter.indentation.size" value =" 8 " />
20+ <setting id =" org.eclipse.jdt.core.formatter.indentation.size" value =" 4 " />
2121<setting id =" org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value =" do not insert" />
2222<setting id =" org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value =" insert" />
2323<setting id =" org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value =" insert" />
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true
184184org.eclipse.jdt.core.formatter.indent_statements_compare_to_body =true
185185org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases =true
186186org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch =false
187- org.eclipse.jdt.core.formatter.indentation.size =8
187+ org.eclipse.jdt.core.formatter.indentation.size =4
188188org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field =insert
189189org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable =insert
190190org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method =insert
You can’t perform that action at this time.
0 commit comments