When I retrieve a method in CodeRush, it has some default formatting. I would like to change it. In particular, when I select the location of the extracted method, CodeRush breaks it, directly above the method, I put the location marker in.
So:
When I choose to remove the extracted method, for example: 
It looks like this: 
I want it to have some control over how the method looks, at the moment I want to add some empty lines between it and the next method. How can i do this?
source share