AlignTrailingComments
AlignTrailingComments (Boolean
)¶
Info
clang-format 3.7
如果为 true
,则对齐尾随注释。
int a; // My comment a
int b = 2; // comment b
int a; // My comment a
int b = 2; // comment about b
最后更新:
2022-10-31