When i click on Reformat Code
Clion
changes my pointers
from:
int* pointer;
to:
int *pointer;
How can i prevent that from happening?
I searched through the settings but couldn't find anything.
When i click on Reformat Code
Clion
changes my pointers
from:
int* pointer;
to:
int *pointer;
How can i prevent that from happening?
I searched through the settings but couldn't find anything.