Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-01-27 14:07:39 +0000
committerEike Stepper2015-01-27 14:07:39 +0000
commit9c364e4281fbc1ec5502373217f3c265a98c2982 (patch)
treea3dd2191151404d00d65953dd196848f2a75ec01 /plugins/org.eclipse.emf.cdo.migrator
parent387a51e6fa1c0435b57901be3200ff5908f14cca (diff)
downloadcdo-9c364e4281fbc1ec5502373217f3c265a98c2982.tar.gz
cdo-9c364e4281fbc1ec5502373217f3c265a98c2982.tar.xz
cdo-9c364e4281fbc1ec5502373217f3c265a98c2982.zip
[Releng] Fix formatting problems
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.migrator')
-rw-r--r--plugins/org.eclipse.emf.cdo.migrator/.settings/org.eclipse.jdt.ui.prefs2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.migrator/.settings/org.eclipse.jdt.ui.prefs b/plugins/org.eclipse.emf.cdo.migrator/.settings/org.eclipse.jdt.ui.prefs
index 72f4c75fe8..936fcf2f00 100644
--- a/plugins/org.eclipse.emf.cdo.migrator/.settings/org.eclipse.jdt.ui.prefs
+++ b/plugins/org.eclipse.emf.cdo.migrator/.settings/org.eclipse.jdt.ui.prefs
@@ -79,7 +79,7 @@ sp_cleanup.always_use_parentheses_in_expressions=false
sp_cleanup.always_use_this_for_non_static_field_access=false
sp_cleanup.always_use_this_for_non_static_method_access=false
sp_cleanup.convert_to_enhanced_for_loop=false
-sp_cleanup.correct_indentation=true
+sp_cleanup.correct_indentation=false
sp_cleanup.format_source_code=true
sp_cleanup.format_source_code_changes_only=false
sp_cleanup.make_local_variable_final=false

Back to the top