Commit 50eedc13 authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

clang-format release notes: Document the improvement with the AlwaysBreakAfterReturnType option

parent c290cb61
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -462,6 +462,8 @@ clang-format
    const x = foo ?? default;
    const z = foo?.bar?.baz;

- Option ``AlwaysBreakAfterReturnType`` now manages all operator functions.

libclang
--------