[clang] [clang-format] Option to insert spaces before the closing `*/` (PR #162105)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 28 15:02:04 PDT 2025
================
@@ -4898,6 +4911,60 @@ struct FormatStyle {
/// \version 7
bool SpaceBeforeRangeBasedForLoopColon;
+ /// Specifies spacing behavior for different block comment forms.
+ /// \version 21
----------------
HazardyKnusperkeks wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/162105
More information about the cfe-commits
mailing list