================ @@ -4493,13 +4493,11 @@ struct FormatStyle { bool SpaceBeforeRangeBasedForLoopColon; /// If ``true``, spaces will be inserted into ``{}``. - /// \code - /// true: false: - /// void f() { } vs. void f() {} - /// while (true) { } while (true) {} - /// \endcode + /// This option is **deprecated**. The previous behavior is preserved by using + /// ``SpaceInEmptyBraces`` with ``Custom`` and by setting ``Block`` in + /// ``SpaceInEmptyBracesOptions`` to ``true``. /// \version 10 - bool SpaceInEmptyBlock; + // bool SpaceInEmptyBlock; ---------------- mydeveloperday wrote:
sorry I don't understand are you removing this? https://github.com/llvm/llvm-project/pull/93634 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits