llvm/llvm-project

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

Open

#160 682 ouverte le 25 sept. 2025

Voir sur GitHub
 (12 commentaires) (0 réactions) (0 assignés)C++ (10 782 forks)batch import
clang-formatenhancementgood first issue

Métriques du dépôt

Stars
 (26 378 stars)
Métriques de merge PR
 (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)

Description

/* This is a multiline comment.*/

Looking for a clang-format option to format this comment into:

/* This is a multiline comment. */

Guide contributeur