>  Q&A  >  본문

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

比如

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

但是我想要

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

모든 응답(0)나는 대답할 것이다

답장 없음
  • 취소회신하다