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. */

貢獻者指南