Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2017-08-31 09:55:10 +0000
committerThomas Wolf2017-08-31 09:55:52 +0000
commitc0a7aac6c5909334ccda9abda10b06ed6148c91d (patch)
treeb46c38587bfb2eaaa022d8d49b1b8df689bcf6a1 /org.eclipse.egit.mylyn.ui/.settings
parent17c8a186dcc061c628f0fe27661c22906c5014c1 (diff)
downloadegit-c0a7aac6c5909334ccda9abda10b06ed6148c91d.tar.gz
egit-c0a7aac6c5909334ccda9abda10b06ed6148c91d.tar.xz
egit-c0a7aac6c5909334ccda9abda10b06ed6148c91d.zip
[releng] Remove "always use braces" from Eclipse save actions
The setting applies to the full file, not just the edited lines, and would thus lead to many edits unrelated to a change, increasing the potential for unnecessary conflicts. Change-Id: I25452f72a4164fbdd951ae9d38f689f8dffd73ab Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.mylyn.ui/.settings')
-rw-r--r--org.eclipse.egit.mylyn.ui/.settings/org.eclipse.jdt.ui.prefs2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.mylyn.ui/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.egit.mylyn.ui/.settings/org.eclipse.jdt.ui.prefs
index a7a16720b8..7c7c507c63 100644
--- a/org.eclipse.egit.mylyn.ui/.settings/org.eclipse.jdt.ui.prefs
+++ b/org.eclipse.egit.mylyn.ui/.settings/org.eclipse.jdt.ui.prefs
@@ -56,7 +56,7 @@ sp_cleanup.remove_unused_private_types=true
sp_cleanup.sort_members=false
sp_cleanup.sort_members_all=false
sp_cleanup.use_anonymous_class_creation=false
-sp_cleanup.use_blocks=true
+sp_cleanup.use_blocks=false
sp_cleanup.use_blocks_only_for_return_and_throw=false
sp_cleanup.use_lambda=false
sp_cleanup.use_parentheses_in_expressions=false

Back to the top