llvm/llvm-project
View on GitHub[clang-format] Option to insert spaces before the closing `*/`
Open
#160,682 opened on Sep 25, 2025
clang-formatenhancementgood first issue
Repository metrics
- Stars
- (26,378 stars)
- PR merge metrics
- (Avg merge 1d 2h) (1,000 merged PRs in 30d)
Description
/* This is a multiline comment.*/
Looking for a clang-format option to format this comment into:
/* This is a multiline comment. */