llvm/llvm-project
[clang-format] Option to insert spaces before the closing `*/`
Fechada
#160.682 aberto em 25 de set. de 2025
clang-formatenhancementgood first issue
Métricas do repositório
- Stars
- (26.378 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
/* This is a multiline comment.*/
Looking for a clang-format option to format this comment into:
/* This is a multiline comment. */