Skip to content

Commit c6a027a

Browse files
committed
Restore generated files original formatting.
1 parent 8b6c48c commit c6a027a

File tree

4 files changed

+16658
-16181
lines changed

4 files changed

+16658
-16181
lines changed

.settings/org.eclipse.jdt.ui.prefs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,20 @@ sp_cleanup.never_use_blocks=false
9494
sp_cleanup.never_use_parentheses_in_expressions=true
9595
sp_cleanup.on_save_use_additional_actions=true
9696
sp_cleanup.organize_imports=true
97+
sp_cleanup.push_down_negation=false
9798
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
9899
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
99100
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
100101
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
101102
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
102103
sp_cleanup.remove_private_constructors=true
104+
sp_cleanup.remove_redundant_modifiers=false
105+
sp_cleanup.remove_redundant_semicolons=false
103106
sp_cleanup.remove_redundant_type_arguments=true
104107
sp_cleanup.remove_trailing_whitespaces=false
105108
sp_cleanup.remove_trailing_whitespaces_all=true
106109
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
110+
sp_cleanup.remove_unnecessary_array_creation=false
107111
sp_cleanup.remove_unnecessary_casts=true
108112
sp_cleanup.remove_unnecessary_nls_tags=true
109113
sp_cleanup.remove_unused_imports=true
@@ -115,6 +119,7 @@ sp_cleanup.remove_unused_private_types=true
115119
sp_cleanup.sort_members=false
116120
sp_cleanup.sort_members_all=false
117121
sp_cleanup.use_anonymous_class_creation=false
122+
sp_cleanup.use_autoboxing=false
118123
sp_cleanup.use_blocks=true
119124
sp_cleanup.use_blocks_only_for_return_and_throw=false
120125
sp_cleanup.use_lambda=true
@@ -124,3 +129,4 @@ sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=false
124129
sp_cleanup.use_this_for_non_static_method_access=false
125130
sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
126131
sp_cleanup.use_type_arguments=false
132+
sp_cleanup.use_unboxing=false

0 commit comments

Comments
 (0)