Skip to content

Commit e04fb15

Browse files
committed
Only format changed lines
Update Eclipse cleanup actions to only format changed lines. This will hopefully help to prevent so many false diffs caused by differences between Eclipse Luna and Eclipse Mars.
1 parent 15686ed commit e04fb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eclipse/org.eclipse.jdt.ui.prefs

Lines changed: 1 addition & 1 deletion
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=false
90+
sp_cleanup.format_source_code_changes_only=true
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)