首頁  >  問答  >  主體

c++ - clang-format 如何让函数注释缩进?

比如

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

但是我想要

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

全部回覆(0)我來回復

無回覆
  • 取消回覆