Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-06-19 08:16:34 +0000
committerLars Vogel2018-06-19 08:16:34 +0000
commit1c74f30ab93c0c3f14ece7fd43f1c481ffa2ed91 (patch)
tree9ffbc5f55a10cb2378f3716a2c114d3425396975 /org.eclipse.help.ui/.settings/org.eclipse.jdt.ui.prefs
parentf4ac9b13310d73c08cd39f43270266a3672feb27 (diff)
downloadeclipse.platform.ua-1c74f30ab93c0c3f14ece7fd43f1c481ffa2ed91.tar.gz
eclipse.platform.ua-1c74f30ab93c0c3f14ece7fd43f1c481ffa2ed91.tar.xz
eclipse.platform.ua-1c74f30ab93c0c3f14ece7fd43f1c481ffa2ed91.zip
Use Eclipse formatter in org.eclipse.help.uiI20180625-1545I20180621-2000
This aligns the project with the other Eclipse project settings. Change-Id: I2d08d9aa3fc07b730c04a1ff155025b56e086f3b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.help.ui/.settings/org.eclipse.jdt.ui.prefs')
-rw-r--r--org.eclipse.help.ui/.settings/org.eclipse.jdt.ui.prefs5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.help.ui/.settings/org.eclipse.jdt.ui.prefs b/org.eclipse.help.ui/.settings/org.eclipse.jdt.ui.prefs
index eb4d0b3d9..b0326b4c0 100644
--- a/org.eclipse.help.ui/.settings/org.eclipse.jdt.ui.prefs
+++ b/org.eclipse.help.ui/.settings/org.eclipse.jdt.ui.prefs
@@ -1,7 +1,7 @@
eclipse.preferences.version=1
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
-formatter_profile=_UA
-formatter_settings_version=9
+formatter_profile=org.eclipse.jdt.ui.default.eclipse_profile
+formatter_settings_version=14
sp_cleanup.add_default_serial_version_id=true
sp_cleanup.add_generated_serial_version_id=false
sp_cleanup.add_missing_annotations=true
@@ -36,6 +36,7 @@ sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
sp_cleanup.remove_private_constructors=true
+sp_cleanup.remove_redundant_modifiers=false
sp_cleanup.remove_redundant_type_arguments=true
sp_cleanup.remove_trailing_whitespaces=true
sp_cleanup.remove_trailing_whitespaces_all=true

Back to the top