Skip to content

Commit ffe6aee

Browse files
committed
Updated eclipse formatter options
1 parent 4d6385a commit ffe6aee

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

app/.settings/org.eclipse.jdt.core.prefs

+19
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
6363
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
6464
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
6565
org.eclipse.jdt.core.compiler.source=1.8
66+
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
6667
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
6768
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
6869
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
@@ -76,8 +77,10 @@ org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
7677
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=82
7778
org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
7879
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
80+
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0
7981
org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
8082
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
83+
org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0
8184
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=18
8285
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=18
8386
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80
@@ -87,6 +90,8 @@ org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration
8790
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16
8891
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16
8992
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16
93+
org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0
94+
org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0
9095
org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16
9196
org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
9297
org.eclipse.jdt.core.formatter.blank_lines_after_package=1
@@ -145,6 +150,7 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
145150
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
146151
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
147152
org.eclipse.jdt.core.formatter.indentation.size=2
153+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert
148154
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
149155
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
150156
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
@@ -339,11 +345,24 @@ org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
339345
org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
340346
org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
341347
org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
348+
org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines
349+
org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines
350+
org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines
351+
org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines
352+
org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines
353+
org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines
354+
org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines
355+
org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines
356+
org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines
357+
org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines
342358
org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
343359
org.eclipse.jdt.core.formatter.tabulation.char=space
344360
org.eclipse.jdt.core.formatter.tabulation.size=2
345361
org.eclipse.jdt.core.formatter.use_on_off_tags=false
346362
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
363+
org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false
347364
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
365+
org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true
348366
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
349367
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
368+
org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter

0 commit comments

Comments
 (0)