Changeset 32779 in osm for applications/editors/josm/plugins/CommandLine/.settings
- Timestamp:
- 2016-08-08T00:01:16+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/.settings/org.eclipse.jdt.ui.prefs
r25179 r32779 1 #Sat Jan 29 19:56:56 CET 20112 1 eclipse.preferences.version=1 3 2 editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true … … 15 14 sp_cleanup.always_use_this_for_non_static_field_access=false 16 15 sp_cleanup.always_use_this_for_non_static_method_access=false 16 sp_cleanup.convert_functional_interfaces=false 17 17 sp_cleanup.convert_to_enhanced_for_loop=false 18 sp_cleanup.correct_indentation= true18 sp_cleanup.correct_indentation=false 19 19 sp_cleanup.format_source_code=false 20 20 sp_cleanup.format_source_code_changes_only=false 21 sp_cleanup.insert_inferred_type_arguments=false 21 22 sp_cleanup.make_local_variable_final=false 22 23 sp_cleanup.make_parameters_final=false … … 34 35 sp_cleanup.qualify_static_method_accesses_with_declaring_class=false 35 36 sp_cleanup.remove_private_constructors=true 37 sp_cleanup.remove_redundant_type_arguments=false 36 38 sp_cleanup.remove_trailing_whitespaces=true 37 39 sp_cleanup.remove_trailing_whitespaces_all=true … … 47 49 sp_cleanup.sort_members=false 48 50 sp_cleanup.sort_members_all=false 51 sp_cleanup.use_anonymous_class_creation=false 49 52 sp_cleanup.use_blocks=false 50 53 sp_cleanup.use_blocks_only_for_return_and_throw=false 54 sp_cleanup.use_lambda=false 51 55 sp_cleanup.use_parentheses_in_expressions=false 52 56 sp_cleanup.use_this_for_non_static_field_access=false … … 54 58 sp_cleanup.use_this_for_non_static_method_access=false 55 59 sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true 60 sp_cleanup.use_type_arguments=false
Note:
See TracChangeset
for help on using the changeset viewer.