Skip to content

Commit d5cbd1b

Browse files
author
nicolaiparlog
committed
Minor changes to Eclipse settings.
1 parent 406a69e commit d5cbd1b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ org.eclipse.jdt.core.formatter.comment.format_header=true
156156
org.eclipse.jdt.core.formatter.comment.format_html=true
157157
org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true
158158
org.eclipse.jdt.core.formatter.comment.format_line_comments=false
159-
org.eclipse.jdt.core.formatter.comment.format_source_code=true
159+
org.eclipse.jdt.core.formatter.comment.format_source_code=false
160160
org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
161161
org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
162162
org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ cleanup.convert_to_enhanced_for_loop=false
1616
cleanup.correct_indentation=true
1717
cleanup.format_source_code=true
1818
cleanup.format_source_code_changes_only=false
19+
cleanup.insert_inferred_type_arguments=false
1920
cleanup.make_local_variable_final=true
2021
cleanup.make_parameters_final=false
2122
cleanup.make_private_fields_final=true
@@ -30,6 +31,7 @@ cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=tru
3031
cleanup.qualify_static_member_accesses_with_declaring_class=true
3132
cleanup.qualify_static_method_accesses_with_declaring_class=false
3233
cleanup.remove_private_constructors=true
34+
cleanup.remove_redundant_type_arguments=true
3335
cleanup.remove_trailing_whitespaces=true
3436
cleanup.remove_trailing_whitespaces_all=true
3537
cleanup.remove_trailing_whitespaces_ignore_empty=false
@@ -52,7 +54,8 @@ cleanup.use_this_for_non_static_field_access=false
5254
cleanup.use_this_for_non_static_field_access_only_if_necessary=true
5355
cleanup.use_this_for_non_static_method_access=false
5456
cleanup.use_this_for_non_static_method_access_only_if_necessary=true
55-
cleanup_profile=_nipa
57+
cleanup.use_type_arguments=false
58+
cleanup_profile=_'nipa'
5659
cleanup_settings_version=2
5760
eclipse.preferences.version=1
5861
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
@@ -78,6 +81,7 @@ sp_cleanup.convert_to_enhanced_for_loop=false
7881
sp_cleanup.correct_indentation=true
7982
sp_cleanup.format_source_code=true
8083
sp_cleanup.format_source_code_changes_only=false
84+
sp_cleanup.insert_inferred_type_arguments=false
8185
sp_cleanup.make_local_variable_final=true
8286
sp_cleanup.make_parameters_final=false
8387
sp_cleanup.make_private_fields_final=true
@@ -93,6 +97,7 @@ sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=
9397
sp_cleanup.qualify_static_member_accesses_with_declaring_class=true
9498
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
9599
sp_cleanup.remove_private_constructors=true
100+
sp_cleanup.remove_redundant_type_arguments=false
96101
sp_cleanup.remove_trailing_whitespaces=true
97102
sp_cleanup.remove_trailing_whitespaces_all=true
98103
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
@@ -115,3 +120,4 @@ sp_cleanup.use_this_for_non_static_field_access=false
115120
sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
116121
sp_cleanup.use_this_for_non_static_method_access=false
117122
sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
123+
sp_cleanup.use_type_arguments=false

0 commit comments

Comments
 (0)