Some code cleanup changes.

This commit is contained in:
MobiusDev
2015-05-20 09:23:41 +00:00
parent 1fe9ce725f
commit 09c4e1e1be
3 changed files with 5 additions and 5 deletions

View File

@@ -38,10 +38,10 @@ cleanup.remove_trailing_whitespaces_ignore_empty=true
cleanup.remove_unnecessary_casts=true
cleanup.remove_unnecessary_nls_tags=true
cleanup.remove_unused_imports=true
cleanup.remove_unused_local_variables=true
cleanup.remove_unused_private_fields=true
cleanup.remove_unused_local_variables=false
cleanup.remove_unused_private_fields=false
cleanup.remove_unused_private_members=true
cleanup.remove_unused_private_methods=true
cleanup.remove_unused_private_methods=false
cleanup.remove_unused_private_types=true
cleanup.sort_members=false
cleanup.sort_members_all=false