llvm/llvm-project
Auf GitHub ansehen[clang-format] Option to insert spaces before the closing `*/`
Open
#160.682 geöffnet am 25. Sept. 2025
clang-formatenhancementgood first issue
Repository-Metriken
- Stars
- (26.378 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 1T 2h) (1.000 gemergte PRs in 30 T)
Beschreibung
/* This is a multiline comment.*/
Looking for a clang-format option to format this comment into:
/* This is a multiline comment. */