検索

ホームページ  >  に質問  >  本文

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

比如

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

但是我想要

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

全員に返信(0)返信します

応答なし
  • キャンセル返事