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

貢獻者指南