llvm/llvm-project
[clang-format] Option to insert spaces before the closing `*/`
Chiusa
#160.682 aperta il 25 set 2025
clang-formatenhancementgood first issue
Metriche repository
- Star
- (26.378 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
/* This is a multiline comment.*/
Looking for a clang-format option to format this comment into:
/* This is a multiline comment. */