llvm/llvm-project
[clang-format] Option to insert spaces before the closing `*/`
已關閉
#160,682 建立於 2025年9月25日
clang-formatenhancementgood first issue
倉庫指標
- 星標
- (26,378 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
/* This is a multiline comment.*/
Looking for a clang-format option to format this comment into:
/* This is a multiline comment. */