Responding to a Discord call to help D113977: [Coroutine] Warn deprecated 'std::experimental::coro' uses and heavily inspired by the unlanded D34225: [clang-format] Teach clang-format how to handle C++ coroutines add some support to help coroutinues from not being formatted from
for co_await(auto elt : seq)
to
for co_await(auto elt : seq)
Because of the dominance of clang-format in the C++ community, I don't think we should make it the blocker that prevents users from embracing the newer parts of the standard because we butcher the layout of some of the new constucts.
s/nues/nes/
In fact, you might just say - Improved support for C++20 Modules and Coroutines.