Ignore:
Timestamp:
2016-08-08T00:01:16+02:00 (9 years ago)
Author:
donvip
Message:

checkstyle

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 2011
    21eclipse.preferences.version=1
    32editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
     
    1514sp_cleanup.always_use_this_for_non_static_field_access=false
    1615sp_cleanup.always_use_this_for_non_static_method_access=false
     16sp_cleanup.convert_functional_interfaces=false
    1717sp_cleanup.convert_to_enhanced_for_loop=false
    18 sp_cleanup.correct_indentation=true
     18sp_cleanup.correct_indentation=false
    1919sp_cleanup.format_source_code=false
    2020sp_cleanup.format_source_code_changes_only=false
     21sp_cleanup.insert_inferred_type_arguments=false
    2122sp_cleanup.make_local_variable_final=false
    2223sp_cleanup.make_parameters_final=false
     
    3435sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
    3536sp_cleanup.remove_private_constructors=true
     37sp_cleanup.remove_redundant_type_arguments=false
    3638sp_cleanup.remove_trailing_whitespaces=true
    3739sp_cleanup.remove_trailing_whitespaces_all=true
     
    4749sp_cleanup.sort_members=false
    4850sp_cleanup.sort_members_all=false
     51sp_cleanup.use_anonymous_class_creation=false
    4952sp_cleanup.use_blocks=false
    5053sp_cleanup.use_blocks_only_for_return_and_throw=false
     54sp_cleanup.use_lambda=false
    5155sp_cleanup.use_parentheses_in_expressions=false
    5256sp_cleanup.use_this_for_non_static_field_access=false
     
    5458sp_cleanup.use_this_for_non_static_method_access=false
    5559sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
     60sp_cleanup.use_type_arguments=false
Note: See TracChangeset for help on using the changeset viewer.