File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
<setting id =" org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value =" do not insert" />
18
18
<setting id =" org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value =" do not insert" />
19
19
<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 " />
21
21
<setting id =" org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value =" do not insert" />
22
22
<setting id =" org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value =" insert" />
23
23
<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
184
184
org.eclipse.jdt.core.formatter.indent_statements_compare_to_body =true
185
185
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases =true
186
186
org.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
188
188
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field =insert
189
189
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable =insert
190
190
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method =insert
You can’t perform that action at this time.
0 commit comments