Skip to content

Commit

Permalink
Only format changed lines
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
philwebb committed Sep 8, 2015
1 parent 15686ed commit e04fb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse/org.eclipse.jdt.ui.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -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=false
sp_cleanup.format_source_code_changes_only=true
sp_cleanup.make_local_variable_final=false
sp_cleanup.make_parameters_final=false
sp_cleanup.make_private_fields_final=false
Expand Down

0 comments on commit e04fb15

Please sign in to comment.