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.
我正在寻找一个 Astyle 选项来缩进 C++ 构造函数:
foo::foo(int param) : m_param(param) , m_x(0) , m_y(0)
至 :
我在文档和谷歌上都没有找到。谢谢。
当前版本的 AStyle 中没有这样的选项。它将多行初始值设定项列表作为续行处理,没有应用特殊处理。