llvm/llvm-project

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

已关闭

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

 (12 条评论) (0 个反应) (0 位负责人)C++ (10,782 个派生)batch import
clang-formatenhancementgood first issue

仓库指标

星标
 (26,378 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

/* This is a multiline comment.*/

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

/* This is a multiline comment. */

贡献者指南