llvm/llvm-project
GitHub で見る[clang-format] Option to insert spaces before the closing `*/`
Open
#160,682 opened on 2025年9月25日
clang-formatenhancementgood first issue
Repository metrics
- Stars
- (26,378 stars)
- PR merge metrics
- (平均マージ 1d 2h) (30d で 1,000 merged PRs)
説明
/* This is a multiline comment.*/
Looking for a clang-format option to format this comment into:
/* This is a multiline comment. */