llvm/llvm-project

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

Fermée

#160 682 ouverte le 25 sept. 2025

 (12 commentaires) (0 réaction) (0 personne assignée)C++ (10 782 forks)batch import
clang-formatenhancementgood first issue

Métriques du dépôt

Stars
 (26 378 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

/* This is a multiline comment.*/

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

/* This is a multiline comment. */

Guide contributeur