llvm/llvm-project
Voir sur GitHub[clang-format] Option to insert spaces before the closing `*/`
Open
#160 682 ouverte le 25 sept. 2025
clang-formatenhancementgood first issue
Métriques du dépôt
- Stars
- (26 378 stars)
- Métriques de merge PR
- (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)
Description
/* This is a multiline comment.*/
Looking for a clang-format option to format this comment into:
/* This is a multiline comment. */