# HG changeset patch # User Doug Simon # Date 1358955596 -3600 # Node ID 3417a9177425ade21685d8f67a6d66808f85b34c # Parent 5e3d1a68664ed6530dfba8e96af78859655b0d6b enabled format-on-save diff -r 5e3d1a68664e -r 3417a9177425 mx/eclipse-settings/org.eclipse.jdt.ui.prefs --- a/mx/eclipse-settings/org.eclipse.jdt.ui.prefs Wed Jan 23 16:34:57 2013 +0100 +++ b/mx/eclipse-settings/org.eclipse.jdt.ui.prefs Wed Jan 23 16:39:56 2013 +0100 @@ -76,6 +76,7 @@ sp_cleanup.add_missing_methods=false sp_cleanup.add_missing_nls_tags=false sp_cleanup.add_missing_override_annotations=false +sp_cleanup.add_missing_override_annotations_interface_methods=false sp_cleanup.add_serial_version_id=false sp_cleanup.always_use_blocks=false sp_cleanup.always_use_parentheses_in_expressions=false @@ -83,11 +84,12 @@ sp_cleanup.always_use_this_for_non_static_method_access=false sp_cleanup.convert_to_enhanced_for_loop=false sp_cleanup.correct_indentation=false -sp_cleanup.format_source_code=false +sp_cleanup.format_source_code=true sp_cleanup.format_source_code_changes_only=false sp_cleanup.make_local_variable_final=false sp_cleanup.make_parameters_final=false sp_cleanup.make_private_fields_final=false +sp_cleanup.make_type_abstract_if_missing_method=false sp_cleanup.make_variable_declarations_final=false sp_cleanup.never_use_blocks=false sp_cleanup.never_use_parentheses_in_expressions=false