llvm/llvm-project

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

Open

#160.682 aberto em 25 de set. de 2025

Ver no GitHub
 (12 comments) (0 reactions) (0 assignees)C++ (10.782 forks)batch import
clang-formatenhancementgood first issue

Métricas do repositório

Stars
 (26.378 stars)
Métricas de merge de PR
 (Mesclagem média 1d 2h) (1.000 fundiu PRs em 30d)

Description

/* This is a multiline comment.*/

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

/* This is a multiline comment. */

Guia do colaborador