[clang] [clang-format] Add AllowShortType option for AlwaysBreakAfterReturnType. (PR #78011)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 26 18:31:19 PST 2024


================
@@ -146,7 +146,7 @@ the configuration (without a prefix: ``Auto``).
 
 .. _BasedOnStyle:
 
-**BasedOnStyle** (``String``) :ref:`¶ <BasedOnStyle>`
+**BasedOnStyle** (``String``) :ref:`¶ <BasedOnStyle>`
----------------
owenca wrote:

```suggestion
**BasedOnStyle** (``String``) :ref:`¶ <BasedOnStyle>`
```
Was this generated on Windows? It's possible that it was caused by https://reviews.llvm.org/D127270.

https://github.com/llvm/llvm-project/pull/78011


More information about the cfe-commits mailing list