Skip to content
Snippets Groups Projects
Commit 1e06bcc2 authored by Nos's avatar Nos
Browse files

BETA: Fixed clean up and save actions project settings to fix some issues with...

BETA: Fixed clean up and save actions project settings to fix some issues with Eclipse 4.4M7+ releases.
parent e6b0c2db
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ cleanup.always_use_parentheses_in_expressions=true ...@@ -12,7 +12,7 @@ cleanup.always_use_parentheses_in_expressions=true
cleanup.always_use_this_for_non_static_field_access=false cleanup.always_use_this_for_non_static_field_access=false
cleanup.always_use_this_for_non_static_method_access=false cleanup.always_use_this_for_non_static_method_access=false
cleanup.convert_to_enhanced_for_loop=true cleanup.convert_to_enhanced_for_loop=true
cleanup.correct_indentation=true cleanup.correct_indentation=false
cleanup.format_source_code=true cleanup.format_source_code=true
cleanup.format_source_code_changes_only=false cleanup.format_source_code_changes_only=false
cleanup.make_local_variable_final=false cleanup.make_local_variable_final=false
...@@ -29,7 +29,7 @@ cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=tru ...@@ -29,7 +29,7 @@ cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=tru
cleanup.qualify_static_member_accesses_with_declaring_class=true cleanup.qualify_static_member_accesses_with_declaring_class=true
cleanup.qualify_static_method_accesses_with_declaring_class=false cleanup.qualify_static_method_accesses_with_declaring_class=false
cleanup.remove_private_constructors=true cleanup.remove_private_constructors=true
cleanup.remove_trailing_whitespaces=true cleanup.remove_trailing_whitespaces=false
cleanup.remove_trailing_whitespaces_all=true cleanup.remove_trailing_whitespaces_all=true
cleanup.remove_trailing_whitespaces_ignore_empty=false cleanup.remove_trailing_whitespaces_ignore_empty=false
cleanup.remove_unnecessary_casts=true cleanup.remove_unnecessary_casts=true
...@@ -79,7 +79,7 @@ sp_cleanup.always_use_parentheses_in_expressions=true ...@@ -79,7 +79,7 @@ sp_cleanup.always_use_parentheses_in_expressions=true
sp_cleanup.always_use_this_for_non_static_field_access=false sp_cleanup.always_use_this_for_non_static_field_access=false
sp_cleanup.always_use_this_for_non_static_method_access=false sp_cleanup.always_use_this_for_non_static_method_access=false
sp_cleanup.convert_to_enhanced_for_loop=true sp_cleanup.convert_to_enhanced_for_loop=true
sp_cleanup.correct_indentation=true sp_cleanup.correct_indentation=false
sp_cleanup.format_source_code=true sp_cleanup.format_source_code=true
sp_cleanup.format_source_code_changes_only=false sp_cleanup.format_source_code_changes_only=false
sp_cleanup.make_local_variable_final=false sp_cleanup.make_local_variable_final=false
...@@ -97,7 +97,7 @@ sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class= ...@@ -97,7 +97,7 @@ sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
sp_cleanup.remove_private_constructors=true sp_cleanup.remove_private_constructors=true
sp_cleanup.remove_trailing_whitespaces=true sp_cleanup.remove_trailing_whitespaces=false
sp_cleanup.remove_trailing_whitespaces_all=true sp_cleanup.remove_trailing_whitespaces_all=true
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
sp_cleanup.remove_unnecessary_casts=true sp_cleanup.remove_unnecessary_casts=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment