================ @@ -3829,6 +3829,23 @@ struct FormatStyle { /// \version 13 int PPIndentWidth; + /// Dependent on the value, function body can be put on a single line. + /// Automatically enabled when + /// `AllowShortFunctionsOnASingleLine` is set to `None` and + /// `AllowShortBlocksOnASingleLine` is set to `Always`. ---------------- HazardyKnusperkeks wrote:
As a global option, I don't think this a good idea. https://github.com/llvm/llvm-project/pull/151428 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits