Eclipse setting: Do not "fix" indentation on save.

This commit is contained in:
Sebastian Kaspari 2012-01-21 08:21:06 +01:00
parent ca0a86d2cb
commit 659d6c0b89
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,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=false
sp_cleanup.format_source_code_changes_only=false
sp_cleanup.make_local_variable_final=false