================
@@ -2510,6 +2510,19 @@ struct FormatStyle {
   /// \version 19
   BreakTemplateDeclarationsStyle BreakTemplateDeclarations;
 
+  /// Defines how clang-format should treat spaces around block comment
+  /// delimiters and specialized inline comments (such as parameter name
+  /// annotations). The default `Leave` mode preserves existing whitespace.
+  /// \version 21
----------------
HazardyKnusperkeks wrote:

```suggestion
```

https://github.com/llvm/llvm-project/pull/162105
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to