llvm/llvm-project
[clang-format] Option to insert spaces before the closing `*/`
Fermée
#160 682 ouverte le 25 sept. 2025
clang-formatenhancementgood first issue
Métriques du dépôt
- Stars
- (26 378 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
/* This is a multiline comment.*/
Looking for a clang-format option to format this comment into:
/* This is a multiline comment. */