When using "Move implementation to source file" it does some reformatting which is really unwelcome:
for functions with parameters it ALWAYS adds spaces before the parameters and before the closing bracket, but only in the source file.
class xz { void function1(int x) {}; }
becomes
void classxz::function1( int x ) {}
Can we please have this feature undone?