From 16a1bd04837842167510be2457ee0fdd9f2dd6f0 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Sep 2015 17:38:59 -0700 Subject: [PATCH] Revert "Only format changed lines" This reverts commit e04fb1557455782c9d486c405fe56109c13ad3d8. Formatting only changed lines doesn't appear to work well. --- eclipse/org.eclipse.jdt.ui.prefs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse/org.eclipse.jdt.ui.prefs b/eclipse/org.eclipse.jdt.ui.prefs index 43281c1a5c8..45d41ec935a 100644 --- a/eclipse/org.eclipse.jdt.ui.prefs +++ b/eclipse/org.eclipse.jdt.ui.prefs @@ -87,7 +87,7 @@ 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=true -sp_cleanup.format_source_code_changes_only=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