llvm/llvm-project

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

Chiusa

#160.682 aperta il 25 set 2025

 (12 commenti) (0 reazioni) (0 assegnatari)C++ (10.782 fork)batch import
clang-formatenhancementgood first issue

Metriche repository

Star
 (26.378 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

/* This is a multiline comment.*/

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

/* This is a multiline comment. */

Guida contributor