Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我总是在关键字之间或标识符之间输入更多空格而没有意识到。如何配置样式配置文件以自动将它们减少到一个空格?例如:
int main(int argc, const char *argv[]) { int x = 4; return 0; }
会成为:
考虑使用clang-format代替 astyle。