llvm/llvm-project

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

Open

#160,682 opened on 2025年9月25日

GitHub で見る
 (12 comments) (0 reactions) (0 assignees)C++ (10,782 forks)batch import
clang-formatenhancementgood first issue

Repository metrics

Stars
 (26,378 stars)
PR merge metrics
 (平均マージ 1d 2h) (30d で 1,000 merged PRs)

説明

/* This is a multiline comment.*/

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

/* This is a multiline comment. */

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