llvm/llvm-project

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

クローズ

#160,682 opened on 2025/09/25

 (12 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (10,782 件のフォーク)batch import
clang-formatenhancementgood first issue

Repository metrics

Stars
 (26,378 個のスター)
PR merge metrics
 (PR metrics pending)

説明

/* This is a multiline comment.*/

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

/* This is a multiline comment. */

コントリビューターガイド