================
@@ -1549,15 +1558,7 @@ struct FormatStyle {
     ///   }
     /// \endcode
     bool AfterExternBlock; // Partially superseded by IndentExternBlock
-    /// Wrap export blocks.
-    /// \code
-    ///   true:                            false:
-    ///   export                           export {
-    ///   {                                  int foo();
-    ///     int foo();                     }
-    ///   }
-    /// \endcode
-    bool AfterExportBlock;
+
----------------
HazardyKnusperkeks wrote:

Drop the blank line.

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

Reply via email to