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

比如

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

但是我想要

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

闭关修行中......

全員に返信(0)
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート