llvm/llvm-project

[clang-format] Option to insert spaces before the closing `*/`

Geschlossen

#160.682 geöffnet am 25.09.2025

 (12 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (10.782 Forks)batch import
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. */

Contributor Guide