|
@@ -94,7 +94,7 @@ sp_cleanup.organize_imports=true
|
|
|
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
|
|
|
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
|
|
|
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
|
|
|
-sp_cleanup.qualify_static_member_accesses_with_declaring_class=true
|
|
|
+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_trailing_whitespaces=true
|
|
@@ -103,9 +103,9 @@ sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
|
|
|
sp_cleanup.remove_unnecessary_casts=true
|
|
|
sp_cleanup.remove_unnecessary_nls_tags=true
|
|
|
sp_cleanup.remove_unused_imports=true
|
|
|
-sp_cleanup.remove_unused_local_variables=true
|
|
|
+sp_cleanup.remove_unused_local_variables=false
|
|
|
sp_cleanup.remove_unused_private_fields=true
|
|
|
-sp_cleanup.remove_unused_private_members=true
|
|
|
+sp_cleanup.remove_unused_private_members=false
|
|
|
sp_cleanup.remove_unused_private_methods=true
|
|
|
sp_cleanup.remove_unused_private_types=true
|
|
|
sp_cleanup.sort_members=false
|
|
@@ -113,7 +113,7 @@ sp_cleanup.sort_members_all=false
|
|
|
sp_cleanup.use_blocks=true
|
|
|
sp_cleanup.use_blocks_only_for_return_and_throw=false
|
|
|
sp_cleanup.use_parentheses_in_expressions=true
|
|
|
-sp_cleanup.use_this_for_non_static_field_access=true
|
|
|
+sp_cleanup.use_this_for_non_static_field_access=false
|
|
|
sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
|
|
|
-sp_cleanup.use_this_for_non_static_method_access=true
|
|
|
+sp_cleanup.use_this_for_non_static_method_access=false
|
|
|
sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
|