Simple: clang format moves the * near to the function name, and I want this near the type.
*
char* get_string(); // OK char *get_string(); // BAD <