changeset 7531:3417a9177425

enabled format-on-save
author Doug Simon <doug.simon@oracle.com>
date Wed, 23 Jan 2013 16:39:56 +0100
parents 5e3d1a68664e
children 780269e56ddd
files mx/eclipse-settings/org.eclipse.jdt.ui.prefs
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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