diff options
author | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-08-26 12:31:34 -0500 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-08-26 12:33:09 -0500 |
commit | d1edd00f56c730b8c6863da7ffa48c0c124af5a7 (patch) | |
tree | bfbd2665a8ec417df66d76f3e5b05b825e464483 /org.eclipse.jgit.test/.settings | |
parent | 6517a7c923e012ea4b3d9f2497122d9c64dbdd5e (diff) | |
download | jgit-d1edd00f56c730b8c6863da7ffa48c0c124af5a7.tar.gz jgit-d1edd00f56c730b8c6863da7ffa48c0c124af5a7.zip |
Run formatter on edited lines via save action
Updates the project level settings to run the formatter
on save on only on the edited lines.
Change-Id: I26dd69d0c95e6d73f9fdf7031f3c1dbf3becbb79
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.test/.settings')
-rw-r--r-- | org.eclipse.jgit.test/.settings/org.eclipse.jdt.ui.prefs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.jgit.test/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.jgit.test/.settings/org.eclipse.jdt.ui.prefs index 476f78fa9f..df87aaa160 100644 --- a/org.eclipse.jgit.test/.settings/org.eclipse.jdt.ui.prefs +++ b/org.eclipse.jgit.test/.settings/org.eclipse.jdt.ui.prefs @@ -1,4 +1,4 @@ -#Tue Jan 05 11:30:06 PST 2010 +#Thu Aug 26 12:30:07 CDT 2010 eclipse.preferences.version=1 editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true formatter_profile=_JGit Format @@ -16,6 +16,7 @@ sp_cleanup.add_missing_deprecated_annotations=true sp_cleanup.add_missing_methods=false sp_cleanup.add_missing_nls_tags=false sp_cleanup.add_missing_override_annotations=true +sp_cleanup.add_missing_override_annotations_interface_methods=false sp_cleanup.add_serial_version_id=false sp_cleanup.always_use_blocks=true sp_cleanup.always_use_parentheses_in_expressions=false @@ -23,8 +24,8 @@ 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=false -sp_cleanup.format_source_code=false -sp_cleanup.format_source_code_changes_only=false +sp_cleanup.format_source_code=true +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=true |