llvm/llvm-project
[clang-format] Option to insert spaces before the closing `*/`
Geschlossen
#160.682 geöffnet am 25.09.2025
clang-formatenhancementgood first issue
Repository-Metriken
- Stars
- (26.378 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
/* This is a multiline comment.*/
Looking for a clang-format option to format this comment into:
/* This is a multiline comment. */