Skip to content

Commit 16a1bd0

Browse files
committedSep 11, 2015
Revert "Only format changed lines"
This reverts commit e04fb15. Formatting only changed lines doesn't appear to work well.
1 parent e970425 commit 16a1bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎eclipse/org.eclipse.jdt.ui.prefs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sp_cleanup.always_use_this_for_non_static_method_access=false
8787
sp_cleanup.convert_to_enhanced_for_loop=false
8888
sp_cleanup.correct_indentation=false
8989
sp_cleanup.format_source_code=true
90-
sp_cleanup.format_source_code_changes_only=true
90+
sp_cleanup.format_source_code_changes_only=false
9191
sp_cleanup.make_local_variable_final=false
9292
sp_cleanup.make_parameters_final=false
9393
sp_cleanup.make_private_fields_final=false

0 commit comments

Comments
 (0)
Please sign in to comment.