Rename only variables
Closes #43 (closed)
This adds a include_functions property to the rename_variables rules that makes function name renaming optional. It is false by default.
These changes also remove two rules from the default rule stack:
-
group_local_assignmentcauses too much line shift when using theretain-linesformat -
convert_local_function_to_assignmakes all function anonymous, so stack traces look really bad