Closed KyleVaughn closed 1 year ago
Maybe we only enable clang-format for clang-16?
For now, I implemented AlwaysBreakAfterReturnType : All, which breaks after the return type. Since the return type should be auto, this gives the desired effect for the majority of functions.
PURE HOSTDEV [[nodiscard]] constexpr auto function() const noexcept -> int
is much harder to read thanPURE HOSTDEV [[nodiscard]] constexpr auto
function() const noexcept -> int