llvm/llvm-project
Vedi su GitHub[clang-format] Option to insert spaces before the closing `*/`
Open
#160.682 aperta il 25 set 2025
clang-formatenhancementgood first issue
Metriche repository
- Star
- (26.378 star)
- Metriche merge PR
- (Merge medio 1g 2h) (1000 PR mergiate in 30 g)
Descrizione
/* This is a multiline comment.*/
Looking for a clang-format option to format this comment into:
/* This is a multiline comment. */