[clang] [clang-format] Add ShortReturnTypeLength option. (PR #78011)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 13 12:00:23 PST 2024
================
@@ -3928,6 +3928,13 @@ struct FormatStyle {
/// \version 13
unsigned ShortNamespaceLines;
+ /// When AlwaysBreakAfterReturnType is None, line breaks are prevented after
----------------
HazardyKnusperkeks wrote:
```suggestion
/// When ``AlwaysBreakAfterReturnType`` is ``None``, line breaks are prevented after
```
https://github.com/llvm/llvm-project/pull/78011
More information about the cfe-commits
mailing list