llvm/llvm-project

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

Open

#160,682 创建于 2025年9月25日

在 GitHub 查看
 (12 评论) (0 反应) (0 负责人)C++ (10,782 fork)batch import
clang-formatenhancementgood first issue

仓库指标

Star
 (26,378 star)
PR 合并指标
 (平均合并 1天 2小时) (30 天内合并 1,000 个 PR)

描述

/* This is a multiline comment.*/

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

/* This is a multiline comment. */

贡献者指南