clang-format: pointer return values indentation (char*)

前端 未结 0 1968
孤街浪徒
孤街浪徒 2021-01-20 12:37

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
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题