Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2010-08-26 17:31:34 +0000
committerChris Aniszczyk2010-08-26 17:33:09 +0000
commitd1edd00f56c730b8c6863da7ffa48c0c124af5a7 (patch)
treebfbd2665a8ec417df66d76f3e5b05b825e464483 /org.eclipse.jgit.junit
parent6517a7c923e012ea4b3d9f2497122d9c64dbdd5e (diff)
downloadjgit-d1edd00f56c730b8c6863da7ffa48c0c124af5a7.tar.gz
jgit-d1edd00f56c730b8c6863da7ffa48c0c124af5a7.tar.xz
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.junit')
-rw-r--r--org.eclipse.jgit.junit/.settings/org.eclipse.jdt.ui.prefs7
1 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.jgit.junit/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.jgit.junit/.settings/org.eclipse.jdt.ui.prefs
index 5f130336dd..efb13598c9 100644
--- a/org.eclipse.jgit.junit/.settings/org.eclipse.jdt.ui.prefs
+++ b/org.eclipse.jgit.junit/.settings/org.eclipse.jdt.ui.prefs
@@ -1,4 +1,4 @@
-#Tue Jan 05 09:30:22 PST 2010
+#Thu Aug 26 12:30:39 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

Back to the top