c++ - clang-format 如何让函数注释缩进?
阿神
阿神 2017-04-17 14:56:47
0
0
552

比如

int main()
// this is the main function
{
    // ...
    return 0;
}

但是我想要

int main()
    // this is the main function
{
    // ...
    return 0;
}
阿神
阿神

闭关修行中......

全部回复(0)
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板