跳转至

ContinuationIndentWidth

ContinuationIndentWidth (Unsigned)

Info

clang-format 3.7

连续行缩进宽度。

ContinuationIndentWidth: 2
int i =         //  VeryVeryVeryVeryVeryLongComment
  longFunction( // Again a long comment
    arg);

最后更新: 2022-10-31