[clang] [clang-format] Add ShortReturnTypeColumn option. (PR #78011)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 26 02:32:04 PST 2024


rmarker wrote:

Reworked this PR with a new approach, as discussed in #78010.

`ShortReturnTypeColumn` has been replaced with a new enum option `RTBS_AllowShortType` for `AlwaysBreakAfterReturnType `.
Also, the short return type behaviour has been updated to ignore the leading indentation on the line.

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


More information about the cfe-commits mailing list