llvm/llvm-project

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

Open

#160.682 aperta il 25 set 2025

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

Metriche repository

Star
 (26.378 star)
Metriche merge PR
 (Merge medio 1g 2h) (1000 PR mergiate in 30 g)

Descrizione

/* This is a multiline comment.*/

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

/* This is a multiline comment. */

Guida contributor