llvm/llvm-project
Ver no GitHub[clang-format] Option to insert spaces before the closing `*/`
Open
#160.682 aberto em 25 de set. de 2025
clang-formatenhancementgood first issue
Métricas do repositório
- Stars
- (26.378 stars)
- Métricas de merge de PR
- (Mesclagem média 1d 2h) (1.000 fundiu PRs em 30d)
Description
/* This is a multiline comment.*/
Looking for a clang-format option to format this comment into:
/* This is a multiline comment. */